From 3e8047e5831b4cc7dabae596746066698ad7c8cd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 23:06:20 +0100 Subject: Directory: rename struct directory to Directory --- src/UpdateArchive.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/UpdateArchive.hxx') diff --git a/src/UpdateArchive.hxx b/src/UpdateArchive.hxx index 5ce63978..aa9882ae 100644 --- a/src/UpdateArchive.hxx +++ b/src/UpdateArchive.hxx @@ -25,13 +25,13 @@ #include -struct directory; +struct Directory; struct archive_plugin; #ifdef ENABLE_ARCHIVE bool -update_archive_file(struct directory *directory, +update_archive_file(Directory *directory, const char *name, const char *suffix, const struct stat *st); @@ -40,7 +40,7 @@ update_archive_file(struct directory *directory, #include static inline bool -update_archive_file(gcc_unused struct directory *directory, +update_archive_file(gcc_unused Directory *directory, gcc_unused const char *name, gcc_unused const char *suffix, gcc_unused const struct stat *st) -- cgit v1.2.3