diff options
author | Matt Kraai <kraai@debian.org> | 2000-09-27 02:29:39 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-09-27 02:29:39 +0000 |
commit | e0bcce09baff576b1b16b3ffe780b6d91c7710c2 (patch) | |
tree | 69c78c69eaf5ad8e69f54f7c374f5ac3b2c5a950 /busybox.h | |
parent | 8ce85ce4e3595ac15d4746adc3b5c920fe4db1e8 (diff) | |
download | busybox-w32-e0bcce09baff576b1b16b3ffe780b6d91c7710c2.tar.gz busybox-w32-e0bcce09baff576b1b16b3ffe780b6d91c7710c2.tar.bz2 busybox-w32-e0bcce09baff576b1b16b3ffe780b6d91c7710c2.zip |
Rewrote uniq to be less than a third of the size, and fixed some other
minor problems.
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |