aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index 3419cd43e..e65f70f38 100644
--- a/src/song.h
+++ b/src/song.h
@@ -48,6 +48,9 @@ void freeJustSong(Song *);
ssize_t song_print_info(Song * song, int fd);
+/* like song_print_info, but casts data into an fd first */
+int song_print_info_x(Song * song, void *data);
+
void readSongInfoIntoList(FILE * fp, struct _Directory *parent);
int updateSongInfo(Song * song);