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 35581287c..5a8b0c57e 100644 --- a/internal.h +++ b/internal.h | |||
@@ -180,7 +180,7 @@ char *chunkstrdup(const char *str); | |||
180 | void freeChunks(void); | 180 | void freeChunks(void); |
181 | int fullWrite(int fd, const char *buf, int len); | 181 | int fullWrite(int fd, const char *buf, int len); |
182 | int fullRead(int fd, char *buf, int len); | 182 | int fullRead(int fd, char *buf, int len); |
183 | int recursiveAction(const char *fileName, BOOL followLinks, | 183 | int recursiveAction(const char *fileName, BOOL recurse, BOOL followLinks, |
184 | int (*fileAction) (const char *fileName), | 184 | int (*fileAction) (const char *fileName), |
185 | int (*dirAction) (const char *fileName)); | 185 | int (*dirAction) (const char *fileName)); |
186 | 186 | ||