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 14822504c9..bdecae20ae 100644
--- a/player/client.h
+++ b/player/client.h
@@ -11,6 +11,9 @@ struct mpv_handle;
struct mp_client_api;
struct mp_log;
+// Includes space for \0
+#define MAX_CLIENT_NAME 64
+
void mp_clients_init(struct MPContext *mpctx);
void mp_clients_destroy(struct MPContext *mpctx);
int mp_clients_num(struct MPContext *mpctx);