From d9f31b1c477df5080d8496babb4476565c073b53 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 14 Jul 2006 19:02:48 +0000 Subject: [CLEANUP] Remove 'extern int errno;' Remove unexported functions from the header Static what makes sense git-svn-id: https://svn.musicpd.org/mpd/trunk@4326 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/ls.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index b31fb2cd..93bd9807 100644 --- a/src/ls.h +++ b/src/ls.h @@ -39,8 +39,6 @@ int isRemoteUrl(char * url); int myStat(char * utf8file, struct stat * st); -int isFile(char * utf8file, time_t * mtime); - int isDir(char * utf8name); int isPlaylist(char * utf8file); @@ -49,8 +47,6 @@ InputPlugin * hasMusicSuffix(char * utf8file, unsigned int next); InputPlugin * isMusic(char * utf8file, time_t * mtime, unsigned int next); -char * dupAndStripPlaylistSuffix(char * file); - int printRemoteUrlHandlers(FILE * fp); #endif -- cgit v1.2.3