diff options
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 | ||