diff options
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ extern char process_escape_sequence(char **ptr); | |||
152 | extern char *get_last_path_component(char *path); | 152 | extern char *get_last_path_component(char *path); |
153 | extern FILE *wfopen(const char *path, const char *mode); | 153 | extern FILE *wfopen(const char *path, const char *mode); |
154 | extern FILE *xfopen(const char *path, const char *mode); | 154 | extern FILE *xfopen(const char *path, const char *mode); |
155 | extern void chomp(char *s); | ||
155 | 156 | ||
156 | #ifndef DMALLOC | 157 | #ifndef DMALLOC |
157 | extern void *xmalloc (size_t size); | 158 | extern void *xmalloc (size_t size); |