X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fipban.qh;h=e758cbca4e94fdaef60a33f7f0cef18141fe3c4e;hb=59c6d09bac6a6a78cd1c4f8dd361430c85b9992b;hp=15939464e00a8579053039af9336e4c814377f3c;hpb=70dbd52151c76d8300738a163ed92768ad606b15;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