aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
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
131extern void createPath (const char *name, int mode); 131extern void createPath (const char *name, int mode);
132extern int parse_mode( const char* s, mode_t* theMode); 132extern int parse_mode( const char* s, mode_t* theMode);
133extern volatile void usage(const char *usage);
134
133 135
134#endif 136#endif
135 137