diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index 065b0a1bf..f1e889216 100644 --- a/src/song.h +++ b/src/song.h @@ -55,7 +55,7 @@ song_file_load(const char *path, struct directory *parent); void song_free(struct song *song); -int +bool song_file_update(struct song *song); /* |