diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-06 20:25:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-06 20:25:32 +0000 |
commit | 17d49efd8ce6507152d78a70574193bb1b313af6 (patch) | |
tree | 64e24302dc2575867d8a78897500e5a5b2a48398 /internal.h | |
parent | 9d3aba7b37b275350a9fe0887871da9ba73dcbd7 (diff) | |
download | busybox-w32-17d49efd8ce6507152d78a70574193bb1b313af6.tar.gz busybox-w32-17d49efd8ce6507152d78a70574193bb1b313af6.tar.bz2 busybox-w32-17d49efd8ce6507152d78a70574193bb1b313af6.zip |
More stuff.
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 5a8b0c57e..9c7dda4d4 100644 --- a/internal.h +++ b/internal.h | |||
@@ -183,6 +183,8 @@ int fullRead(int fd, char *buf, int len); | |||
183 | int recursiveAction(const char *fileName, BOOL recurse, 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 | BOOL match(const char* text, const char * pattern); | ||
187 | const char* timeString(time_t timeVal); | ||
186 | 188 | ||
187 | 189 | ||
188 | #endif | 190 | #endif |