diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-13 18:09:25 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-13 18:09:25 +0000 |
commit | fca9a92ba6310a069bed10fd8d4620a93a399b15 (patch) | |
tree | c0e444054574b5724e58d51fba0bb7ee3a2820f9 /src/path.h | |
parent | db2f8439952c771ca1d560df9057c81ed4ca8293 (diff) | |
download | mpd-fca9a92ba6310a069bed10fd8d4620a93a399b15.tar.gz mpd-fca9a92ba6310a069bed10fd8d4620a93a399b15.tar.xz mpd-fca9a92ba6310a069bed10fd8d4620a93a399b15.zip |
path.*: cleanups
utf8.c: add some static's
git-svn-id: https://svn.musicpd.org/mpd/trunk@4311 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path.h b/src/path.h index 34b726f6f..ff8372142 100644 --- a/src/path.h +++ b/src/path.h @@ -51,6 +51,4 @@ char * parentPath(char * path); /* strips extra "///" and leading "/" and trailing "/" */ char * sanitizePathDup(char * path); -char * prependCwdToPathDup(char * path); - #endif |