aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/UpdateIO.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-28 20:50:15 +0100
committerMax Kellermann <max@duempel.org>2015-02-28 23:00:26 +0100
commit2d06a8e8804b1db64c7564532362eecdf7ad81d3 (patch)
tree3083cbd252fa36f0dd31269b7a3be84b5acb4d1e /src/db/update/UpdateIO.hxx
parente1a434edbc84528fcd85e337ebf713c75124ba2b (diff)
downloadmpd-2d06a8e8804b1db64c7564532362eecdf7ad81d3.tar.gz
mpd-2d06a8e8804b1db64c7564532362eecdf7ad81d3.tar.xz
mpd-2d06a8e8804b1db64c7564532362eecdf7ad81d3.zip
storage/FileInfo: rename to StorageFileInfo
Diffstat (limited to '')
-rw-r--r--src/db/update/UpdateIO.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/db/update/UpdateIO.hxx b/src/db/update/UpdateIO.hxx
index cf6cdd37d..0223cb62c 100644
--- a/src/db/update/UpdateIO.hxx
+++ b/src/db/update/UpdateIO.hxx
@@ -24,7 +24,7 @@
#include "Compiler.h"
struct Directory;
-struct FileInfo;
+struct StorageFileInfo;
class Storage;
class StorageDirectoryReader;
@@ -33,14 +33,14 @@ class StorageDirectoryReader;
* returning them.
*/
bool
-GetInfo(Storage &storage, const char *uri_utf8, FileInfo &info);
+GetInfo(Storage &storage, const char *uri_utf8, StorageFileInfo &info);
/**
* Wrapper for LocalDirectoryReader::GetInfo() that logs errors
* instead of returning them.
*/
bool
-GetInfo(StorageDirectoryReader &reader, FileInfo &info);
+GetInfo(StorageDirectoryReader &reader, StorageFileInfo &info);
gcc_pure
bool