From 9b5871888989b16f94cbba5dd304ac444def3afd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 17 Oct 1999 05:43:39 +0000 Subject: Some fixes and such --- internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 397eca4..4650e9f 100644 --- a/internal.h +++ b/internal.h @@ -122,8 +122,8 @@ void freeChunks(void); int fullWrite(int fd, const char *buf, int len); int fullRead(int fd, char *buf, int len); int recursiveAction(const char *fileName, int recurse, int followLinks, - int (*fileAction) (const char *fileName), - int (*dirAction) (const char *fileName)); + int (*fileAction) (const char *fileName, struct stat* statbuf), + int (*dirAction) (const char *fileName, struct stat* statbuf)); int match(const char* text, const char * pattern); const char* timeString(time_t timeVal); -- cgit v1.1