changeset 32023:d54834686eb0

Fix make checkheaders for udp_sync.h
author reimar
date Thu, 09 Sep 2010 05:05:43 +0000
parents 4cdf76e4317c
children 6c66a5ea013b
files udp_sync.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/udp_sync.h	Wed Sep 08 23:36:02 2010 +0000
+++ b/udp_sync.h	Thu Sep 09 05:05:43 2010 +0000
@@ -31,6 +31,6 @@
 extern float udp_seek_threshold; // how far off before we seek
 
 void send_udp(const char *send_to_ip, int port, char *mesg);
-int udp_slave_sync(MPContext *mpctx);
+int udp_slave_sync(struct MPContext *mpctx);
 
 #endif /* MPLAYER_UDP_SYNC_H */