diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:51:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:51:45 +0000 |
commit | a683ee81d918f338a8335d4f03057106b701afec (patch) | |
tree | 0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 /include/busybox.h | |
parent | e5aef92e22172d36152bae6e15d5c0419c758121 (diff) | |
download | busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.tar.gz busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.tar.bz2 busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.zip |
"I will always compile before I commit."
"I will always compile before I commit."
"I will always compile before I commit."
-Erik
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 2bc1c997e..f0f8d5dd9 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -108,6 +108,9 @@ struct BB_applet { | |||
108 | /* From busybox.c */ | 108 | /* From busybox.c */ |
109 | extern const struct BB_applet applets[]; | 109 | extern const struct BB_applet applets[]; |
110 | 110 | ||
111 | extern size_t NUM_APPLETS; | ||
112 | |||
113 | |||
111 | extern int applet_name_compare(const void *x, const void *y); | 114 | extern int applet_name_compare(const void *x, const void *y); |
112 | 115 | ||
113 | extern int ar_main(int argc, char **argv); | 116 | extern int ar_main(int argc, char **argv); |