aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/ArchiveInputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-08 13:22:13 +0100
committerMax Kellermann <max@duempel.org>2014-02-08 13:22:13 +0100
commit9906daeca71b7e552721f85f3696d9e6a20f7a5b (patch)
tree89c934549bbfb4eb7051fa9af868d4fd4014a001 /src/input/plugins/ArchiveInputPlugin.cxx
parent5fb54095d22e38662383fc73bc1af56da357756c (diff)
downloadmpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.tar.gz
mpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.tar.xz
mpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.zip
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Diffstat (limited to 'src/input/plugins/ArchiveInputPlugin.cxx')
-rw-r--r--src/input/plugins/ArchiveInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/plugins/ArchiveInputPlugin.cxx b/src/input/plugins/ArchiveInputPlugin.cxx
index df1a72585..8e1b216d8 100644
--- a/src/input/plugins/ArchiveInputPlugin.cxx
+++ b/src/input/plugins/ArchiveInputPlugin.cxx
@@ -44,7 +44,7 @@ input_archive_open(const char *pathname,
Mutex &mutex, Cond &cond,
Error &error)
{
- const struct archive_plugin *arplug;
+ const ArchivePlugin *arplug;
InputStream *is;
if (!PathTraitsFS::IsAbsolute(pathname))