diff options
Diffstat (limited to 'src/song_print.h')
-rw-r--r-- | src/song_print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song_print.h b/src/song_print.h index bc7560e88..78537f064 100644 --- a/src/song_print.h +++ b/src/song_print.h @@ -23,10 +23,10 @@ struct songvec; -int printSongInfo(struct client *client, Song * song); +int song_print_info(struct client *client, Song * song); int songvec_print(struct client *client, const struct songvec *sv); -void printSongUrl(struct client *client, Song * song); +void song_print_url(struct client *client, Song * song); #endif |