]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wipx.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / net_wipx.h
index 109120ea3d88befd443253a70cbc34c254afa264..c5983530d15427f644c9c9cb2bc83f81847a710d 100644 (file)
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // net_wipx.h
 
+#ifndef NET_WIPX_H
+#define NET_WIPX_H
+
 int  WIPX_Init (void);
 void WIPX_Shutdown (void);
 void WIPX_Listen (qboolean state);
@@ -37,3 +40,6 @@ int  WIPX_GetAddrFromName (char *name, struct qsockaddr *addr);
 int  WIPX_AddrCompare (struct qsockaddr *addr1, struct qsockaddr *addr2);
 int  WIPX_GetSocketPort (struct qsockaddr *addr);
 int  WIPX_SetSocketPort (struct qsockaddr *addr, int port);
+
+#endif
+