diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h index 397eca48a..4650e9f41 100644 --- a/internal.h +++ b/internal.h | |||
@@ -122,8 +122,8 @@ void freeChunks(void); | |||
122 | int fullWrite(int fd, const char *buf, int len); | 122 | int fullWrite(int fd, const char *buf, int len); |
123 | int fullRead(int fd, char *buf, int len); | 123 | int fullRead(int fd, char *buf, int len); |
124 | int recursiveAction(const char *fileName, int recurse, int followLinks, | 124 | int recursiveAction(const char *fileName, int recurse, int followLinks, |
125 | int (*fileAction) (const char *fileName), | 125 | int (*fileAction) (const char *fileName, struct stat* statbuf), |
126 | int (*dirAction) (const char *fileName)); | 126 | int (*dirAction) (const char *fileName, struct stat* statbuf)); |
127 | int match(const char* text, const char * pattern); | 127 | int match(const char* text, const char * pattern); |
128 | const char* timeString(time_t timeVal); | 128 | const char* timeString(time_t timeVal); |
129 | 129 | ||