Cosmetic adjustments.

This commit is contained in:
Eric Andersen
1999-10-22 05:12:14 +00:00
parent aa0765e11b
commit 63a0e530bd
2 changed files with 8 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ char *chunkstrdup(const char *str);
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 delayDirAction,
int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst,
int (*fileAction) (const char *fileName, struct stat* statbuf),
int (*dirAction) (const char *fileName, struct stat* statbuf));
const char* timeString(time_t timeVal);