diff --git a/helpers_c/ip46tables.c b/helpers_c/ip46tables.c index 3af3c78..02ce85a 100644 --- a/helpers_c/ip46tables.c +++ b/helpers_c/ip46tables.c @@ -59,7 +59,7 @@ int guess_type(int len, char *tab[]) { return 0; } -int exec(char *str, char **argv) { +void exec(char *str, char **argv) { argv[0] = str; execvp(str, argv); // returns only if fails