More stuff
[oweals/busybox.git] / internal.h
index cc7bfca115148908ef3085da76f4384307e7eda1..0caaf5cb45cd693087d6748c60d4504286fe5d8f 100644 (file)
@@ -127,7 +127,7 @@ char *chunkstrdup(const char *str);
 void freeChunks(void);
 int fullWrite(int fd, const char *buf, int len);
 int fullRead(int fd, char *buf, int len);
-int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction,
+int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst,
          int (*fileAction) (const char *fileName, struct stat* statbuf),
          int (*dirAction) (const char *fileName, struct stat* statbuf));
 const char* timeString(time_t timeVal);