diff options
author | Matt Kraai | 2000-09-27 04:09:22 +0000 |
---|---|---|
committer | Matt Kraai | 2000-09-27 04:09:22 +0000 |
commit | c0321f9bc67e0a90dbd12f4d7b39d6991c9899cd (patch) | |
tree | 119d96c575fe50db7026ee96d476006823dd0f4b /include | |
parent | e7c1af1e0dc1440483d7f195f15eb0df5cf70a04 (diff) | |
download | busybox-c0321f9bc67e0a90dbd12f4d7b39d6991c9899cd.zip busybox-c0321f9bc67e0a90dbd12f4d7b39d6991c9899cd.tar.gz |
Rewrote head to perservere when it can't open a file, and share code
with cat.
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 faad206..da17b8a 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 |