X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fipban.qh;h=e758cbca4e94fdaef60a33f7f0cef18141fe3c4e;hb=4caa2397ea1a778382ac278985185ac55f7f7d6f;hp=d466942e31ed318bd052e5407616ba9a0c90c326;hpb=55d3273e61152efe4244561d71c313512c20c20d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ipban.qh b/qcsrc/server/ipban.qh index d466942e3..e758cbca4 100644 --- a/qcsrc/server/ipban.qh +++ b/qcsrc/server/ipban.qh @@ -1,3 +1,6 @@ +#ifndef IPBAN_H +#define IPBAN_H + void Ban_SaveBans(); void Ban_LoadBans(); float Ban_MaybeEnforceBan(entity client); @@ -5,3 +8,4 @@ float Ban_MaybeEnforceBanOnce(entity client); float BanCommand(string command); void OnlineBanList_URI_Get_Callback(float id, float status, string data); +#endif