git @ Cat's Eye Technologies OpenZz / b55cbd7
Tweak signature so that sources compile under gcc 4.6.1. Cat's Eye Technologies 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3838
3939 /* PROC/FUN */
4040 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);
4242
4343 int zz_bind_call_exe_proc(zz_fun fun, const char *tag);
4444 int zz_bind_call_exe_no_tag(zz_fun fun);