diff options
Diffstat (limited to 'tools/gen-multicall.sh')
| -rwxr-xr-x | tools/gen-multicall.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 7f820c3..130f5b0 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -20,14 +20,14 @@ cat <<EOF #include <$P/config.h> #include "s6ps.h" -typedef int main_func (int, char const *const *, char const *const *) ; -typedef main_func *main_func_ref ; +typedef int emain_func (int, char const *const *, char const *const *) ; +typedef emain_func *emain_func_ref ; typedef struct multicall_app_s multicall_app, *multicall_app_ref ; struct multicall_app_s { char const *name ; - main_func_ref mainf ; + emain_func_ref mainf ; } ; static int multicall_app_cmp (void const *a, void const *b) |
