player_control: rename to PlayerControl

This commit is contained in:
Max Kellermann
2013-10-28 10:12:21 +01:00
parent e699f6781e
commit 5b5675cc12
22 changed files with 137 additions and 137 deletions

View File

@@ -27,7 +27,7 @@
struct Song;
struct queue;
struct playlist;
struct player_control;
struct PlayerControl;
class Error;
void
@@ -53,7 +53,7 @@ spl_save_playlist(const char *name_utf8, const playlist &playlist);
* playlist.
*/
bool
playlist_load_spl(struct playlist &playlist, player_control &pc,
playlist_load_spl(struct playlist &playlist, PlayerControl &pc,
const char *name_utf8,
unsigned start_index, unsigned end_index,
Error &error);