diff options
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); |