diff options
author | Matt Kraai | 2001-08-10 15:05:27 +0000 |
---|---|---|
committer | Matt Kraai | 2001-08-10 15:05:27 +0000 |
commit | a7cecbc9170eed93d365c0c38e8ba1477ab0a40c (patch) | |
tree | 3541c27248b0d143cb06b9f61472b568414cb110 /include/libbb.h | |
parent | 4fb0b517035ddc189bd696e3175bf18dbc37d441 (diff) | |
download | busybox-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.zip busybox-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.gz |
Commit Vladimir's simplify_path.
Diffstat (limited to 'include/libbb.h')
-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 04ed2ae..a7e3832 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -264,6 +264,7 @@ char *dirname (const char *path); int make_directory (char *path, long mode, int flags); const char *u_signal_names(const char *str_sig, int *signo, int startnum); +char *simplify_path(const char *path); #define CT_AUTO 0 #define CT_UNIX2DOS 1 |