From fca9a92ba6310a069bed10fd8d4620a93a399b15 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 13 Jul 2006 18:09:25 +0000 Subject: path.*: cleanups utf8.c: add some static's git-svn-id: https://svn.musicpd.org/mpd/trunk@4311 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/path.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/path.h') 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 -- cgit v1.2.3