aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-14 11:10:51 +0200
committerMax Kellermann <max@duempel.org>2008-10-14 11:10:51 +0200
commitf521c12d2022f13d3d15408ba320cde77a646363 (patch)
tree583380560ef28e73ab781f063f486451d2e13ade /src/ls.h
parent5b71d5f6f707a35a7b7a47b33ef2e1417ea6bcc6 (diff)
downloadmpd-f521c12d2022f13d3d15408ba320cde77a646363.tar.gz
mpd-f521c12d2022f13d3d15408ba320cde77a646363.tar.xz
mpd-f521c12d2022f13d3d15408ba320cde77a646363.zip
ls: removed myStat(), isFile(), isDir()
The mapper code has replaced these functions.
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 0eed1fe14..77af6168a 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