aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-06-18 08:57:07 -0500
committerRob Landley <rob@landley.net>2021-06-18 08:57:07 -0500
commit29e7ed94a1fe2836d38960b9b3ab3e3b7e61c791 (patch)
treedb99e26587f20bc129add53e7c236ea31c5e55f1 /toys.h
parent39f64538c2f5f56918d3352bc8a03aae6be0d1d9 (diff)
downloadtoybox-29e7ed94a1fe2836d38960b9b3ab3e3b7e61c791.tar.gz
Second attempt at making --help work with alias ls="ls --color"
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index ebaebee3..6e4ac184 100644
--- a/toys.h
+++ b/toys.h
@@ -83,6 +83,7 @@
struct toy_list *toy_find(char *name);
void toy_init(struct toy_list *which, char *argv[]);
+void check_help(char **arg);
void toy_singleinit(struct toy_list *which, char *argv[]);
void toy_exec(char *argv[]);