diff options
Diffstat (limited to 'src/playlist_save.h')
-rw-r--r-- | src/playlist_save.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/playlist_save.h b/src/playlist_save.h index a0131cf7f..cf911b3e4 100644 --- a/src/playlist_save.h +++ b/src/playlist_save.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -49,6 +49,7 @@ spl_save_playlist(const char *name_utf8, const struct playlist *playlist); * playlist. */ enum playlist_result -playlist_load_spl(struct playlist *playlist, const char *name_utf8); +playlist_load_spl(struct playlist *playlist, struct player_control *pc, + const char *name_utf8); #endif |