diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-18 22:28:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-18 22:28:26 +0000 |
commit | b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7 (patch) | |
tree | b951f34000ebdef0491eecd9386e5ea3e535171a /internal.h | |
parent | 703c62da63aa31d665a8215f373b26e4b54f1bf4 (diff) | |
download | busybox-w32-b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7.tar.gz busybox-w32-b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7.tar.bz2 busybox-w32-b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7.zip |
More stuff.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h index b676e5f86..a77ac38bb 100644 --- a/internal.h +++ b/internal.h | |||
@@ -130,6 +130,8 @@ const char* timeString(time_t timeVal); | |||
130 | 130 | ||
131 | extern void createPath (const char *name, int mode); | 131 | extern void createPath (const char *name, int mode); |
132 | extern int parse_mode( const char* s, mode_t* theMode); | 132 | extern int parse_mode( const char* s, mode_t* theMode); |
133 | extern volatile void usage(const char *usage); | ||
134 | |||
133 | 135 | ||
134 | #endif | 136 | #endif |
135 | 137 | ||