[MPlayer-cvslog] r32107 - trunk/udp_sync.h
reimar
subversion at mplayerhq.hu
Thu Sep 9 07:05:44 CEST 2010
Author: reimar
Date: Thu Sep 9 07:05:43 2010
New Revision: 32107
Log:
Fix make checkheaders for udp_sync.h
Modified:
trunk/udp_sync.h
Modified: trunk/udp_sync.h
==============================================================================
--- trunk/udp_sync.h Thu Sep 9 01:36:02 2010 (r32106)
+++ trunk/udp_sync.h Thu Sep 9 07:05:43 2010 (r32107)
@@ -31,6 +31,6 @@ extern const char *udp_ip; // where the
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 */
More information about the MPlayer-cvslog
mailing list