aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-07-11 20:03:24 +0000
committerMatt Kraai <kraai@debian.org>2000-07-11 20:03:24 +0000
commit7719008a85c69db66e2f948d6779b6a45352018d (patch)
treecc30d94c96cd1348ef27cd75c5697007ddb72277 /internal.h
parentaec27bca9840e132c2f067c23745f02bd3c7bb45 (diff)
downloadbusybox-7719008a85c69db66e2f948d6779b6a45352018d.tar.gz
Added applet_name to contain the applet name.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 081cd47fe..53c36c605 100644
--- a/internal.h
+++ b/internal.h
@@ -208,6 +208,7 @@ extern int which_main(int argc, char** argv);
extern int whoami_main(int argc, char** argv);
extern int yes_main(int argc, char** argv);
+extern const char *applet_name;
extern void usage(const char *usage) __attribute__ ((noreturn));
extern void errorMsg(const char *s, ...) __attribute__ ((format (printf, 1, 2)));