aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-09-27 04:09:22 +0000
committerMatt Kraai <kraai@debian.org>2000-09-27 04:09:22 +0000
commitc0321f9bc67e0a90dbd12f4d7b39d6991c9899cd (patch)
tree119d96c575fe50db7026ee96d476006823dd0f4b /include/busybox.h
parente7c1af1e0dc1440483d7f195f15eb0df5cf70a04 (diff)
downloadbusybox-c0321f9bc67e0a90dbd12f4d7b39d6991c9899cd.tar.gz
Rewrote head to perservere when it can't open a file, and share code
with cat.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h1
1 files changed, 1 insertions, 0 deletions
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