aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song_print.h')
-rw-r--r--src/song_print.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/song_print.h b/src/song_print.h
index abcab2ac6..cb83f4711 100644
--- a/src/song_print.h
+++ b/src/song_print.h
@@ -24,10 +24,11 @@ struct client;
struct song;
struct songvec;
-int
+void
song_print_info(struct client *client, struct song *song);
-int songvec_print(struct client *client, const struct songvec *sv);
+void
+songvec_print(struct client *client, const struct songvec *sv);
void
song_print_uri(struct client *client, struct song *song);