aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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);
395extern char process_escape_sequence(char **ptr); 395extern char process_escape_sequence(char **ptr);
396extern char *get_last_path_component(char *path); 396extern char *get_last_path_component(char *path);
397extern void xregcomp(regex_t *preg, const char *regex, int cflags); 397extern void xregcomp(regex_t *preg, const char *regex, int cflags);
398extern FILE *wfopen(const char *path, const char *mode);
398extern FILE *xfopen(const char *path, const char *mode); 399extern FILE *xfopen(const char *path, const char *mode);
399 400
400#ifndef DMALLOC 401#ifndef DMALLOC