Tweak signature so that sources compile under gcc 4.6.1.
Cat's Eye Technologies
13 years ago
38 | 38 | |
39 | 39 | /* PROC/FUN */ |
40 | 40 | struct s_content; /* forward declaration */ |
41 | typedef int (*zz_fun)(int argc, struct s_content argv[], struct s_content *ret); | |
41 | typedef int (*zz_fun)(int argc, struct s_content *argv, struct s_content *ret); | |
42 | 42 | |
43 | 43 | int zz_bind_call_exe_proc(zz_fun fun, const char *tag); |
44 | 44 | int zz_bind_call_exe_no_tag(zz_fun fun); |