From e5354ca12a232b3f97726214254a868771cb70d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 11 Sep 2015 16:35:14 -0500 Subject: Replace toys.exithelp with help_exit() in lib. --- scripts/config2help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/config2help.c') diff --git a/scripts/config2help.c b/scripts/config2help.c index 1c2bcdcb..2ed189aa 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -3,7 +3,7 @@ // Humor toys.h struct toy_context toys; char libbuf[4096], toybuf[4096]; -void show_help(void) {;} +void show_help(FILE *out) {;} void toy_exec(char *argv[]) {;} // Parse config files into data structures. -- cgit v1.2.3