diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 04ed2ae82..a7e38325b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -264,6 +264,7 @@ char *dirname (const char *path); | |||
264 | int make_directory (char *path, long mode, int flags); | 264 | int make_directory (char *path, long mode, int flags); |
265 | 265 | ||
266 | const char *u_signal_names(const char *str_sig, int *signo, int startnum); | 266 | const char *u_signal_names(const char *str_sig, int *signo, int startnum); |
267 | char *simplify_path(const char *path); | ||
267 | 268 | ||
268 | #define CT_AUTO 0 | 269 | #define CT_AUTO 0 |
269 | #define CT_UNIX2DOS 1 | 270 | #define CT_UNIX2DOS 1 |