diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 05:12:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 05:12:14 +0000 |
commit | eca3bf734fca0f31ede0f0640fe48a817a3cfe25 (patch) | |
tree | 4d4462cbeb705e91a726b7de7f801270c19e7a0e /internal.h | |
parent | 62d412659b6ef34b08b7dc0c59711c44b5d24c18 (diff) | |
download | busybox-w32-eca3bf734fca0f31ede0f0640fe48a817a3cfe25.tar.gz busybox-w32-eca3bf734fca0f31ede0f0640fe48a817a3cfe25.tar.bz2 busybox-w32-eca3bf734fca0f31ede0f0640fe48a817a3cfe25.zip |
Cosmetic adjustments.
git-svn-id: svn://busybox.net/trunk/busybox@51 69ca8d6d-28ef-0310-b511-8ec308f3f277
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); |