aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateArchive.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/UpdateArchive.hxx')
-rw-r--r--src/UpdateArchive.hxx6
1 files changed, 3 insertions, 3 deletions
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 <sys/stat.h>
-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 <glib.h>
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)