# HG changeset patch # User reimar # Date 1284008743 0 # Node ID d54834686eb006bd639240ad9d1cc6908cf76167 # Parent 4cdf76e4317c0e339fcbe9056f8a2a07fc0a8ceb Fix make checkheaders for udp_sync.h diff -r 4cdf76e4317c -r d54834686eb0 udp_sync.h --- 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 */