diff options
Diffstat (limited to '')
-rw-r--r-- | src/SongSort.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongSort.hxx b/src/SongSort.hxx index b3b67b0c0..28b903532 100644 --- a/src/SongSort.hxx +++ b/src/SongSort.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -23,6 +23,6 @@ struct list_head; void -song_list_sort(struct list_head *songs); +song_list_sort(list_head *songs); #endif |