diff options
author | Max Kellermann <max@duempel.org> | 2008-10-14 11:10:51 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-14 11:10:51 +0200 |
commit | f521c12d2022f13d3d15408ba320cde77a646363 (patch) | |
tree | 583380560ef28e73ab781f063f486451d2e13ade /src/ls.h | |
parent | 5b71d5f6f707a35a7b7a47b33ef2e1417ea6bcc6 (diff) | |
download | mpd-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |