From c0321f9bc67e0a90dbd12f4d7b39d6991c9899cd Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 27 Sep 2000 04:09:22 +0000 Subject: Rewrote head to perservere when it can't open a file, and share code with cat. --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index faad206ee..da17b8ab3 100644 --- a/include/busybox.h +++ b/include/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 *wfopen(const char *path, const char *mode); extern FILE *xfopen(const char *path, const char *mode); #ifndef DMALLOC -- cgit v1.2.3