From f521c12d2022f13d3d15408ba320cde77a646363 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Oct 2008 11:10:51 +0200 Subject: ls: removed myStat(), isFile(), isDir() The mapper code has replaced these functions. --- src/ls.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/ls.h') 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 -- cgit v1.2.3