X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fsvrdlist.h;fp=source%2Fcommon%2Fsvrblist.h;h=4781b05b584799b28a5b0a97c1c97c3a23fe0123;hp=c2e7b3d282fa88bba66d34576dae80cbef3dd998;hb=ce32889b3a42670bfbc3bbb87a689ae79e889e68;hpb=ea5f276a69989d4e5797b49083322bac2c9a820c diff --git a/source/common/svrblist.h b/source/common/svrdlist.h similarity index 81% rename from source/common/svrblist.h rename to source/common/svrdlist.h index c2e7b3d..4781b05 100644 --- a/source/common/svrblist.h +++ b/source/common/svrdlist.h @@ -1,4 +1,4 @@ -// svrblist.h - Server Blacklist subroutines header. +// svrdlist.h - Server Dangerous List subroutines header. // // (c) 2012-2015 Xestia Software Development. // @@ -18,9 +18,9 @@ #include -#ifndef COMMON_SVRBLIST_H -#define COMMON_SVRBLIST_H +#ifndef COMMON_SVRDLIST_H +#define COMMON_SVRDLIST_H -bool CheckBlacklist(wxString ServerAddress); +bool CheckDangerousList(wxString serverAddress); #endif \ No newline at end of file