summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index a28d2e169f..e23699127d 100644
--- a/player/core.h
+++ b/player/core.h
@@ -403,6 +403,7 @@ int mp_initialize(struct MPContext *mpctx);
struct MPContext *mp_create(void);
void mp_destroy(struct MPContext *mpctx);
void mp_print_version(struct mp_log *log, int always);
+void wakeup_playloop(void *ctx);
// misc.c
double get_start_time(struct MPContext *mpctx);