diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 19:02:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-18 19:02:32 +0000 |
commit | b109c99699c7fc68924354ffa937b111d5896d2d (patch) | |
tree | cdba32234f059656b0279b324ae28c742692cd0c /internal.h | |
parent | c45e09cde722eae8210c601491285aabd26307c3 (diff) | |
download | busybox-w32-b109c99699c7fc68924354ffa937b111d5896d2d.tar.gz busybox-w32-b109c99699c7fc68924354ffa937b111d5896d2d.tar.bz2 busybox-w32-b109c99699c7fc68924354ffa937b111d5896d2d.zip |
More fixes
git-svn-id: svn://busybox.net/trunk/busybox@30 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 4650e9f41..a87653927 100644 --- a/internal.h +++ b/internal.h | |||
@@ -121,7 +121,7 @@ char *chunkstrdup(const char *str); | |||
121 | void freeChunks(void); | 121 | 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, int delayDirAction, |
125 | int (*fileAction) (const char *fileName, struct stat* statbuf), | 125 | int (*fileAction) (const char *fileName, struct stat* statbuf), |
126 | int (*dirAction) (const char *fileName, struct stat* statbuf)); | 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); |