ls: adding get_archive_by_suffix() function

This commit is contained in:
Viliam Mateicka
2008-12-16 21:42:42 +01:00
parent c73ebac4af
commit 4d604a7540
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -20,6 +20,7 @@
#define MPD_LS_H
#include "decoder_list.h"
#include "archive_list.h"
#include <sys/time.h>
@@ -35,6 +36,9 @@ int isRemoteUrl(const char *url);
const struct decoder_plugin *
hasMusicSuffix(const char *utf8file, unsigned int next);
const struct archive_plugin *
get_archive_by_suffix(const char *utf8file);
int printRemoteUrlHandlers(struct client *client);
#endif