aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-14 05:26:32 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-14 05:26:32 +0000
commit2a24a94ba76a0cca004d5b7b09144ae1ac14aa26 (patch)
treec324e6dfde7a8c43fbd3ee54fe5ad74b9a30e4ad /src/path.h
parentba1d3302e2a96d20a77f70b1dd263b2a344432ee (diff)
downloadmpd-2a24a94ba76a0cca004d5b7b09144ae1ac14aa26.tar.gz
mpd-2a24a94ba76a0cca004d5b7b09144ae1ac14aa26.tar.xz
mpd-2a24a94ba76a0cca004d5b7b09144ae1ac14aa26.zip
ok, finished incremental update!
now just need to polish up a few things with update git-svn-id: https://svn.musicpd.org/mpd/trunk@745 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index dc66a0733..59fab7c5c 100644
--- a/src/path.h
+++ b/src/path.h
@@ -49,4 +49,7 @@ char * rpp2app(char * file);
/* static char * returned */
char * parentPath(char * path);
+/* strips extra "///" and leading "/" and trailing "/" */
+char * sanitizePathDup(char * path);
+
#endif