X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=net_wipx.h;h=c5983530d15427f644c9c9cb2bc83f81847a710d;hp=109120ea3d88befd443253a70cbc34c254afa264;hb=1379b5eec769986c83c7de2ba63fd581de7ea147;hpb=c4ee1bbcc6b2f917465f07269ad09942bbf40849 diff --git a/net_wipx.h b/net_wipx.h index 109120ea..c5983530 100644 --- a/net_wipx.h +++ b/net_wipx.h @@ -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 +