aboutsummaryrefslogtreecommitdiff
path: root/scripts/config2help.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-09-11 16:35:14 -0500
committerRob Landley <rob@landley.net>2015-09-11 16:35:14 -0500
commite5354ca12a232b3f97726214254a868771cb70d1 (patch)
treeba373c24ede64b8a18f11a02cf834ce99aa586bf /scripts/config2help.c
parentd067571abb2b7934f3350c90ca891beb987c68fd (diff)
downloadtoybox-e5354ca12a232b3f97726214254a868771cb70d1.tar.gz
Replace toys.exithelp with help_exit() in lib.
Diffstat (limited to 'scripts/config2help.c')
-rw-r--r--scripts/config2help.c2
1 files changed, 1 insertions, 1 deletions
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.