aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ls.h b/src/ls.h
index b31fb2cd8..93bd9807f 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