diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-27 04:09:22 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-27 04:09:22 +0000 |
commit | cf379723edb38a53c8bb443c7e08ad4d90b68dfc (patch) | |
tree | 119d96c575fe50db7026ee96d476006823dd0f4b /include | |
parent | 9408814b5c5f0c9368d466160da32b1b4049f03f (diff) | |
download | busybox-w32-cf379723edb38a53c8bb443c7e08ad4d90b68dfc.tar.gz busybox-w32-cf379723edb38a53c8bb443c7e08ad4d90b68dfc.tar.bz2 busybox-w32-cf379723edb38a53c8bb443c7e08ad4d90b68dfc.zip |
Rewrote head to perservere when it can't open a file, and share code
with cat.
git-svn-id: svn://busybox.net/trunk/busybox@1138 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 faad206ee..da17b8ab3 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -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 *wfopen(const char *path, const char *mode); | ||
398 | extern FILE *xfopen(const char *path, const char *mode); | 399 | extern FILE *xfopen(const char *path, const char *mode); |
399 | 400 | ||
400 | #ifndef DMALLOC | 401 | #ifndef DMALLOC |