aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index e57096d4a..2b07d672d 100644
--- a/internal.h
+++ b/internal.h
@@ -156,7 +156,7 @@ int recursiveAction(const char *fileName, int recurse, int followLinks, int dept
156 int (*dirAction) (const char *fileName, struct stat* statbuf)); 156 int (*dirAction) (const char *fileName, struct stat* statbuf));
157const char* timeString(time_t timeVal); 157const char* timeString(time_t timeVal);
158 158
159extern void createPath (const char *name, int mode); 159extern int createPath (const char *name, int mode);
160extern int parse_mode( const char* s, mode_t* theMode); 160extern int parse_mode( const char* s, mode_t* theMode);
161extern void usage(const char *usage) __attribute__ ((noreturn)); 161extern void usage(const char *usage) __attribute__ ((noreturn));
162 162