diff options
author | Matt Kraai <kraai@debian.org> | 2001-08-10 15:05:27 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-08-10 15:05:27 +0000 |
commit | a7cecbc9170eed93d365c0c38e8ba1477ab0a40c (patch) | |
tree | 3541c27248b0d143cb06b9f61472b568414cb110 /libbb/libbb.h | |
parent | 4fb0b517035ddc189bd696e3175bf18dbc37d441 (diff) | |
download | busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.gz busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.bz2 busybox-w32-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.zip |
Commit Vladimir's simplify_path.
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index 04ed2ae82..a7e38325b 100644 --- a/libbb/libbb.h +++ b/libbb/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 |