diff options
Diffstat (limited to 'src/player_control.h')
-rw-r--r-- | src/player_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player_control.h b/src/player_control.h index 8282a9245..805f0325d 100644 --- a/src/player_control.h +++ b/src/player_control.h @@ -107,6 +107,8 @@ extern struct player_control pc; void pc_init(unsigned int buffered_before_play); +void pc_deinit(void); + void playerPlay(Song * song); void playerSetPause(int pause_flag); |