aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song_save.h')
-rw-r--r--src/song_save.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/song_save.h b/src/song_save.h
index 84acae39e..748a2696c 100644
--- a/src/song_save.h
+++ b/src/song_save.h
@@ -21,9 +21,11 @@
#include "song.h"
-void writeSongInfoFromList(FILE * fp, SongList * list);
+struct songvec;
-void readSongInfoIntoList(FILE * fp, SongList * list,
+void songvec_save(FILE *fp, struct songvec *sv);
+
+void readSongInfoIntoList(FILE * fp, struct songvec *sv,
struct _Directory *parent);
#endif