[MPlayer-cvslog] r19338 - trunk/stream/udp.h
ben
subversion at mplayerhq.hu
Sat Aug 5 11:24:07 CEST 2006
Author: ben
Date: Sat Aug 5 11:24:07 2006
New Revision: 19338
Modified:
trunk/stream/udp.h
Log:
missing ifndef/define/endif couple in udp header
Modified: trunk/stream/udp.h
==============================================================================
--- trunk/stream/udp.h (original)
+++ trunk/stream/udp.h Sat Aug 5 11:24:07 2006
@@ -17,4 +17,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef _UDP_H_
+#define _UDP_H_
+
int udp_open_socket (URL_t *url);
+
+#endif /* _UDP_H_ */
More information about the MPlayer-cvslog
mailing list