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