Making note of my changes
[oweals/busybox.git] / internal.h
index e57096d4aa37be3fc1764d8ca4019ea91b8f619b..2b07d672d20745c7d1c4f5e456da83cbecf7790e 100644 (file)
@@ -156,7 +156,7 @@ int recursiveAction(const char *fileName, int recurse, int followLinks, int dept
          int (*dirAction) (const char *fileName, struct stat* statbuf));
 const char* timeString(time_t timeVal);
 
-extern void createPath (const char *name, int mode);
+extern int createPath (const char *name, int mode);
 extern int parse_mode( const char* s, mode_t* theMode);
 extern void usage(const char *usage) __attribute__ ((noreturn));