From 29e7ed94a1fe2836d38960b9b3ab3e3b7e61c791 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 18 Jun 2021 08:57:07 -0500 Subject: Second attempt at making --help work with alias ls="ls --color" --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') 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[]); -- cgit v1.2.3