diff options
Diffstat (limited to 'src/UpdateSong.hxx')
-rw-r--r-- | src/UpdateSong.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/stat.h> -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); |