From 7e21d5f6b1bdac9c20139e8bef82b17559e548a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 27 Apr 2006 23:34:46 +0000 Subject: Patch from Dennis Vlasenko to add the option to compress help text. --- include/applets.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index 0594722..06bd9e7 100644 --- a/include/applets.h +++ b/include/applets.h @@ -19,7 +19,6 @@ # define APPLET(a,b,c,d) extern int b(int argc, char **argv); # define APPLET_NOUSAGE(a,b,c,d) extern int b(int argc, char **argv); # define APPLET_ODDNAME(a,b,c,d,e) extern int b(int argc, char **argv); - extern const char usage_messages[]; #elif defined(MAKE_USAGE) # ifdef CONFIG_FEATURE_VERBOSE_USAGE # define APPLET(a,b,c,d) a##_trivial_usage "\n\n" a##_full_usage "\0" -- cgit v1.1