diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 20:13:08 +0100 |
commit | 2e51365ea4b636560d234b0b937a6c8dfb528c10 (patch) | |
tree | 2ccaf460e326b6d474aa0b2df7873bf6c0a475d7 /src/input_stream.c | |
parent | 8694574f6329ad6e55b9a6673506eca697da360d (diff) | |
download | mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.gz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.xz mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.zip |
input_stream: moved struct input_plugin to input_plugin.h
Start to separate private from public input_stream API.
Diffstat (limited to 'src/input_stream.c')
-rw-r--r-- | src/input_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_stream.c b/src/input_stream.c index 4375db948..794dd1980 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "input_stream.h" +#include "input_plugin.h" #include "config.h" #include "input_file.h" |