From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/path.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 43670f81b..2e8cce241 100644 --- a/src/path.h +++ b/src/path.h @@ -23,32 +23,32 @@ #include -extern char * musicDir; +extern char *musicDir; void initPaths(); void finishPaths(); -char * utf8ToFsCharset(char * str); +char *utf8ToFsCharset(char *str); -char * fsCharsetToUtf8(char * str); +char *fsCharsetToUtf8(char *str); -void setFsCharset(char * charset); +void setFsCharset(char *charset); -char * getFsCharset(); +char *getFsCharset(); /* relative music path to absolute music path * char * passed is a static variable, so don't free it */ -char * rmp2amp(char * file); +char *rmp2amp(char *file); /* static char * returned */ -char * rpp2app(char * file); +char *rpp2app(char *file); /* static char * returned */ -char * parentPath(char * path); +char *parentPath(char *path); /* strips extra "///" and leading "/" and trailing "/" */ -char * sanitizePathDup(char * path); +char *sanitizePathDup(char *path); #endif -- cgit v1.2.3