diff options
author | Eric Andersen | 1999-10-06 20:25:32 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-06 20:25:32 +0000 |
commit | 17d49efd8ce6507152d78a70574193bb1b313af6 (patch) | |
tree | 64e24302dc2575867d8a78897500e5a5b2a48398 /internal.h | |
parent | 9d3aba7b37b275350a9fe0887871da9ba73dcbd7 (diff) | |
download | busybox-17d49efd8ce6507152d78a70574193bb1b313af6.zip busybox-17d49efd8ce6507152d78a70574193bb1b313af6.tar.gz |
More stuff.
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -183,6 +183,8 @@ int fullRead(int fd, char *buf, int len); int recursiveAction(const char *fileName, BOOL recurse, BOOL followLinks, int (*fileAction) (const char *fileName), int (*dirAction) (const char *fileName)); +BOOL match(const char* text, const char * pattern); +const char* timeString(time_t timeVal); #endif |