diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config2help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config2help.c b/scripts/config2help.c index 2ed189aa..f3bb8c3f 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -5,6 +5,7 @@ struct toy_context toys; char libbuf[4096], toybuf[4096]; void show_help(FILE *out) {;} void toy_exec(char *argv[]) {;} +void toy_init(struct toy_list *which, char *argv[]) {;} // Parse config files into data structures. |