aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_thread.h')
-rw-r--r--src/player_thread.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/player_thread.h b/src/player_thread.h
index e645b1d09..2333c0c54 100644
--- a/src/player_thread.h
+++ b/src/player_thread.h
@@ -37,6 +37,9 @@
#ifndef MPD_PLAYER_THREAD_H
#define MPD_PLAYER_THREAD_H
-void player_create(void);
+struct player_control;
+
+void
+player_create(struct player_control *pc);
#endif