diff options
author | Eric Andersen | 1999-10-22 05:12:14 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-22 05:12:14 +0000 |
commit | 63a0e530bd535cff8bc56cb51258102285581046 (patch) | |
tree | 4d4462cbeb705e91a726b7de7f801270c19e7a0e /internal.h | |
parent | aa0765e11bdeba5c5abf745369a8430c8311d60c (diff) | |
download | busybox-63a0e530bd535cff8bc56cb51258102285581046.zip busybox-63a0e530bd535cff8bc56cb51258102285581046.tar.gz |
Cosmetic adjustments.
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |