X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fipban.qh;h=e758cbca4e94fdaef60a33f7f0cef18141fe3c4e;hb=244f8292cf03247e90bf1a0c3fee1f491f6b93a0;hp=15939464e00a8579053039af9336e4c814377f3c;hpb=d9708336de4c01e81ea08bb205093b676b7cb882;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ipban.qh b/qcsrc/server/ipban.qh index 15939464e0..e758cbca4e 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