diff options
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 5e46ebbd8..d9362b58b 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -151,6 +151,7 @@ extern char *get_last_path_component(char *path); | |||
151 | extern FILE *wfopen(const char *path, const char *mode); | 151 | extern FILE *wfopen(const char *path, const char *mode); |
152 | extern FILE *xfopen(const char *path, const char *mode); | 152 | extern FILE *xfopen(const char *path, const char *mode); |
153 | extern void chomp(char *s); | 153 | extern void chomp(char *s); |
154 | extern void trim(char *s); | ||
154 | extern struct BB_applet *find_applet_by_name(const char *name); | 155 | extern struct BB_applet *find_applet_by_name(const char *name); |
155 | void run_applet_by_name(const char *name, int argc, char **argv); | 156 | void run_applet_by_name(const char *name, int argc, char **argv); |
156 | 157 | ||