diff options
Diffstat (limited to '')
-rw-r--r-- | src/song_sort.h (renamed from src/directory_print.h) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/directory_print.h b/src/song_sort.h index 0933f5a97..ec124cf4a 100644 --- a/src/directory_print.h +++ b/src/song_sort.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2012 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -17,13 +17,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_DIRECTORY_PRINT_H -#define MPD_DIRECTORY_PRINT_H +#ifndef MPD_SONG_SORT_H +#define MPD_SONG_SORT_H -struct client; -struct directory; +struct list_head; void -directory_print(struct client *client, const struct directory *directory); +song_list_sort(struct list_head *songs); #endif |