diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-27 02:29:39 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-27 02:29:39 +0000 |
commit | 8a0593d4ba17298f272ffeaa00c70e4a67355c74 (patch) | |
tree | 69c78c69eaf5ad8e69f54f7c374f5ac3b2c5a950 /include | |
parent | 2a21a687922ece738a5e2da7323af4b285787583 (diff) | |
download | busybox-w32-8a0593d4ba17298f272ffeaa00c70e4a67355c74.tar.gz busybox-w32-8a0593d4ba17298f272ffeaa00c70e4a67355c74.tar.bz2 busybox-w32-8a0593d4ba17298f272ffeaa00c70e4a67355c74.zip |
Rewrote uniq to be less than a third of the size, and fixed some other
minor problems.
git-svn-id: svn://busybox.net/trunk/busybox@1135 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 69f455435..faad206ee 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -395,6 +395,7 @@ extern int print_file_by_name(char *filename); | |||
395 | extern char process_escape_sequence(char **ptr); | 395 | extern char process_escape_sequence(char **ptr); |
396 | extern char *get_last_path_component(char *path); | 396 | extern char *get_last_path_component(char *path); |
397 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | 397 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); |
398 | extern FILE *xfopen(const char *path, const char *mode); | ||
398 | 399 | ||
399 | #ifndef DMALLOC | 400 | #ifndef DMALLOC |
400 | extern void *xmalloc (size_t size); | 401 | extern void *xmalloc (size_t size); |