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/UpdateSong.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/UpdateSong.hxx') diff --git a/src/UpdateSong.hxx b/src/UpdateSong.hxx index abf25aae9..60a532e3a 100644 --- a/src/UpdateSong.hxx +++ b/src/UpdateSong.hxx @@ -24,10 +24,10 @@ #include -struct directory; +struct Directory; bool -update_song_file(struct directory *directory, +update_song_file(Directory *directory, const char *name, const char *suffix, const struct stat *st); -- cgit v1.2.3