player_control: rename to PlayerControl
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user