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/SongSticker.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SongSticker.hxx') diff --git a/src/SongSticker.hxx b/src/SongSticker.hxx index 81b76cef..fd25af4c 100644 --- a/src/SongSticker.hxx +++ b/src/SongSticker.hxx @@ -23,7 +23,7 @@ #include struct song; -struct directory; +struct Directory; struct sticker; /** @@ -75,7 +75,7 @@ sticker_song_get(const struct song *song); * failure */ bool -sticker_song_find(struct directory *directory, const char *name, +sticker_song_find(Directory *directory, const char *name, void (*func)(struct song *song, const char *value, gpointer user_data), gpointer user_data); -- cgit v1.2.3