aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-10-19 22:28:06 +0000
committerMark Whitley <markw@lineo.com>2000-10-19 22:28:06 +0000
commit6050618096ab058d29264a6d6b604275b44121bb (patch)
tree5818d62ef16fefe16ea1b4e412ad06a50c87f599 /include/busybox.h
parent69229a6c92a2d73bcee7c06eb79bd0a4f40d4e16 (diff)
downloadbusybox-6050618096ab058d29264a6d6b604275b44121bb.tar.gz
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 84d0ddad8..7f4d55f3d 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -257,6 +257,7 @@ extern const char find_usage[];
extern const char free_usage[];
extern const char freeramdisk_usage[];
extern const char fsck_minix_usage[];
+extern const char getopt_usage[];
extern const char grep_usage[];
extern const char gunzip_usage[];
extern const char gzip_usage[];