aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SongSort.hxx')
-rw-r--r--src/SongSort.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSort.hxx b/src/SongSort.hxx
index b3b67b0c0..45ab3dae9 100644
--- a/src/SongSort.hxx
+++ b/src/SongSort.hxx
@@ -23,6 +23,6 @@
struct list_head;
void
-song_list_sort(struct list_head *songs);
+song_list_sort(list_head *songs);
#endif