aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-10 15:05:27 +0000
committerMatt Kraai <kraai@debian.org>2001-08-10 15:05:27 +0000
commita7cecbc9170eed93d365c0c38e8ba1477ab0a40c (patch)
tree3541c27248b0d143cb06b9f61472b568414cb110 /include
parent4fb0b517035ddc189bd696e3175bf18dbc37d441 (diff)
downloadbusybox-a7cecbc9170eed93d365c0c38e8ba1477ab0a40c.tar.gz
Commit Vladimir's simplify_path.
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
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);
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