From e0bcce09baff576b1b16b3ffe780b6d91c7710c2 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 27 Sep 2000 02:29:39 +0000 Subject: Rewrote uniq to be less than a third of the size, and fixed some other minor problems. --- busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'busybox.h') diff --git a/busybox.h b/busybox.h index 69f455435..faad206ee 100644 --- a/busybox.h +++ b/busybox.h @@ -395,6 +395,7 @@ extern int print_file_by_name(char *filename); extern char process_escape_sequence(char **ptr); extern char *get_last_path_component(char *path); extern void xregcomp(regex_t *preg, const char *regex, int cflags); +extern FILE *xfopen(const char *path, const char *mode); #ifndef DMALLOC extern void *xmalloc (size_t size); -- cgit v1.2.3