diff stream/tcp.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3f0d00abc073
children a26e50cae389
line wrap: on
line diff
--- a/stream/tcp.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/tcp.h	Fri Feb 22 09:09:46 2008 +0000
@@ -19,8 +19,8 @@
  *  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef TCP_H
-#define TCP_H
+#ifndef MPLAYER_TCP_H
+#define MPLAYER_TCP_H
 
 /* Connect to a server using a TCP connection */
 int connect2Server (char *host, int port, int verb);
@@ -29,4 +29,4 @@
 #define TCP_ERROR_FATAL   -2     /* unable to resolve name */
 #define TCP_ERROR_PORT    -1     /* unable to connect to a particular port */
 
-#endif /* TCP_H */
+#endif /* MPLAYER_TCP_H */