aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/song.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index cc559c5b9..c01e1c03d 100644
--- a/src/song.h
+++ b/src/song.h
@@ -44,6 +44,8 @@ typedef struct _Song {
typedef List SongList;
+Song * newNullSong();
+
Song * newSong(char * utf8url, SONG_TYPE type);
void freeSong(Song *);