From 4d604a7540ae43ff01346f388ef3dede95ac856f Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 16 Dec 2008 21:42:42 +0100 Subject: ls: adding get_archive_by_suffix() function --- src/ls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index ed0f0677f..92839e018 100644 --- a/src/ls.h +++ b/src/ls.h @@ -20,6 +20,7 @@ #define MPD_LS_H #include "decoder_list.h" +#include "archive_list.h" #include @@ -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 -- cgit v1.2.3