diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-22 05:12:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-22 05:12:14 +0000 |
commit | 63a0e530bd535cff8bc56cb51258102285581046 (patch) | |
tree | 4d4462cbeb705e91a726b7de7f801270c19e7a0e /internal.h | |
parent | aa0765e11bdeba5c5abf745369a8430c8311d60c (diff) | |
download | busybox-w32-63a0e530bd535cff8bc56cb51258102285581046.tar.gz busybox-w32-63a0e530bd535cff8bc56cb51258102285581046.tar.bz2 busybox-w32-63a0e530bd535cff8bc56cb51258102285581046.zip |
Cosmetic adjustments.
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h index cc7bfca11..0caaf5cb4 100644 --- a/internal.h +++ b/internal.h | |||
@@ -127,7 +127,7 @@ char *chunkstrdup(const char *str); | |||
127 | void freeChunks(void); | 127 | void freeChunks(void); |
128 | int fullWrite(int fd, const char *buf, int len); | 128 | int fullWrite(int fd, const char *buf, int len); |
129 | int fullRead(int fd, char *buf, int len); | 129 | int fullRead(int fd, char *buf, int len); |
130 | int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, | 130 | int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst, |
131 | int (*fileAction) (const char *fileName, struct stat* statbuf), | 131 | int (*fileAction) (const char *fileName, struct stat* statbuf), |
132 | int (*dirAction) (const char *fileName, struct stat* statbuf)); | 132 | int (*dirAction) (const char *fileName, struct stat* statbuf)); |
133 | const char* timeString(time_t timeVal); | 133 | const char* timeString(time_t timeVal); |