summaryrefslogtreecommitdiffstats
path: root/player/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/client.h')
-rw-r--r--player/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/player/client.h b/player/client.h
index 3408ff17f0..affefe8d71 100644
--- a/player/client.h
+++ b/player/client.h
@@ -39,6 +39,9 @@ struct mpv_global *mp_client_get_global(struct mpv_handle *ctx);
struct MPContext *mp_client_get_core(struct mpv_handle *ctx);
struct MPContext *mp_client_api_get_core(struct mp_client_api *api);
+void mp_client_broadcast_event_external(struct mp_client_api *api, int event,
+ void *data);
+
// m_option.c
void *node_get_alloc(struct mpv_node *node);