From 6f28eb4c0a0f7987b8863244f96551984db2b3de Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 31 May 2010 23:29:18 +0200 Subject: playlist_list: export playlist_suffix_supported() --- src/playlist_list.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/playlist_list.h') diff --git a/src/playlist_list.h b/src/playlist_list.h index 11a2356d..3710589a 100644 --- a/src/playlist_list.h +++ b/src/playlist_list.h @@ -20,6 +20,8 @@ #ifndef MPD_PLAYLIST_LIST_H #define MPD_PLAYLIST_LIST_H +#include + struct playlist_provider; struct input_stream; @@ -51,6 +53,13 @@ playlist_list_open_uri(const char *uri); struct playlist_provider * playlist_list_open_stream(struct input_stream *is, const char *uri); +/** + * Determines if there is a playlist plugin which can handle the + * specified file name suffix. + */ +bool +playlist_suffix_supported(const char *suffix); + /** * Opens a playlist from a local file. * -- cgit v1.2.3