aboutsummaryrefslogtreecommitdiff
path: root/src/SongSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SongSave.hxx')
-rw-r--r--src/SongSave.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SongSave.hxx b/src/SongSave.hxx
index 81838a3e..3214c545 100644
--- a/src/SongSave.hxx
+++ b/src/SongSave.hxx
@@ -28,6 +28,7 @@
struct song;
struct Directory;
+class TextFile;
void
song_save(FILE *fp, const struct song *song);
@@ -41,7 +42,7 @@ song_save(FILE *fp, const struct song *song);
* @return true on success, false on error
*/
struct song *
-song_load(FILE *fp, Directory *parent, const char *uri,
- GString *buffer, GError **error_r);
+song_load(TextFile &file, Directory *parent, const char *uri,
+ GError **error_r);
#endif