From 0d38bd9b3bf9b978c3e9a08324ff8ea764a530bd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2014 18:38:33 +0200 Subject: input/file: export function OpenFileInputStream() --- src/input/plugins/FileInputPlugin.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/input/plugins/FileInputPlugin.hxx') diff --git a/src/input/plugins/FileInputPlugin.hxx b/src/input/plugins/FileInputPlugin.hxx index 4aef94637..ee194ec34 100644 --- a/src/input/plugins/FileInputPlugin.hxx +++ b/src/input/plugins/FileInputPlugin.hxx @@ -20,6 +20,17 @@ #ifndef MPD_INPUT_FILE_HXX #define MPD_INPUT_FILE_HXX +class InputStream; +class Path; +class Mutex; +class Cond; +class Error; + extern const struct InputPlugin input_plugin_file; +InputStream * +OpenFileInputStream(Path path, + Mutex &mutex, Cond &cond, + Error &error); + #endif -- cgit v1.2.3