X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fsvrblist.h;h=380701b9c695347992d9f7f6362155c2f08071da;hb=df012cf9ec9670db199095c4f4408dff556c4d5f;hp=c2e7b3d282fa88bba66d34576dae80cbef3dd998;hpb=205309ee9fa5c24c4502e4a1c9669ac1b803ae80;p=xestiacalendar%2F.git diff --git a/source/common/svrblist.h b/source/common/svrblist.h index c2e7b3d..380701b 100644 --- a/source/common/svrblist.h +++ b/source/common/svrblist.h @@ -1,26 +1,26 @@ // svrblist.h - Server Blacklist subroutines header. // -// (c) 2012-2015 Xestia Software Development. +// (c) 2012-2017 Xestia Software Development. // -// This file is part of Xestia Address Book. +// This file is part of Xestia Calendar. Based from Xestia Address Book. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License along -// with Xestia Address Book. If not, see +// with Xestia Calendar. If not, see #include #ifndef COMMON_SVRBLIST_H #define COMMON_SVRBLIST_H -bool CheckBlacklist(wxString ServerAddress); +bool CheckBlacklist(wxString serverAddress); #endif \ No newline at end of file