comparison udp_sync.h @ 32023:d54834686eb0

Fix make checkheaders for udp_sync.h
author reimar
date Thu, 09 Sep 2010 05:05:43 +0000
parents 31db5ee9280d
children 2e56ec7a0a7f
comparison
equal deleted inserted replaced
32022:4cdf76e4317c 32023:d54834686eb0
29 extern const char *udp_ip; // where the master sends datagrams 29 extern const char *udp_ip; // where the master sends datagrams
30 // (can be a broadcast address) 30 // (can be a broadcast address)
31 extern float udp_seek_threshold; // how far off before we seek 31 extern float udp_seek_threshold; // how far off before we seek
32 32
33 void send_udp(const char *send_to_ip, int port, char *mesg); 33 void send_udp(const char *send_to_ip, int port, char *mesg);
34 int udp_slave_sync(MPContext *mpctx); 34 int udp_slave_sync(struct MPContext *mpctx);
35 35
36 #endif /* MPLAYER_UDP_SYNC_H */ 36 #endif /* MPLAYER_UDP_SYNC_H */