aboutsummaryrefslogtreecommitdiff
path: root/src/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ls.h b/src/ls.h
index 0eed1fe1..77af6168 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -34,14 +34,8 @@ int isValidRemoteUtf8Url(const char *utf8url);
int isRemoteUrl(const char *url);
-int myStat(const char *utf8file, struct stat *st);
-
-int isDir(const char *utf8name);
-
struct decoder_plugin *hasMusicSuffix(const char *utf8file, unsigned int next);
int printRemoteUrlHandlers(struct client *client);
-int isFile(const char *utf8file, time_t * mtime);
-
#endif