From 93deb844996120b6326345d6d87e803142dd1968 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 23 Oct 2013 22:08:59 +0200 Subject: input_stream: rename struct to InputStream --- src/PlaylistAny.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PlaylistAny.hxx') diff --git a/src/PlaylistAny.hxx b/src/PlaylistAny.hxx index 898057cdd..743db2e39 100644 --- a/src/PlaylistAny.hxx +++ b/src/PlaylistAny.hxx @@ -23,7 +23,7 @@ class Mutex; class Cond; class SongEnumerator; -struct input_stream; +struct InputStream; /** * Opens a playlist from the specified URI, which can be either an @@ -36,6 +36,6 @@ struct input_stream; */ SongEnumerator * playlist_open_any(const char *uri, Mutex &mutex, Cond &cond, - struct input_stream **is_r); + InputStream **is_r); #endif -- cgit v1.2.3