summaryrefslogtreecommitdiff
path: root/stopspam_mod/trunk/stopspam.h
diff options
context:
space:
mode:
Diffstat (limited to 'stopspam_mod/trunk/stopspam.h')
-rw-r--r--stopspam_mod/trunk/stopspam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stopspam_mod/trunk/stopspam.h b/stopspam_mod/trunk/stopspam.h
index 738ec15..2d9777e 100644
--- a/stopspam_mod/trunk/stopspam.h
+++ b/stopspam_mod/trunk/stopspam.h
@@ -1,5 +1,6 @@
extern BOOL gbDosServiceExist;
+extern BOOL gbVarsServiceExist;
extern DWORD gbMaxQuestCount;
extern BOOL gbInfTalkProtection;
extern BOOL gbAddPermanent;
@@ -11,6 +12,8 @@ extern BOOL gbExclude;
extern BOOL gbDelExcluded;
extern BOOL gbDosServiceIntegration;
extern BOOL gbDelNotInList;
+extern BOOL gbCaseInsensitive;
+extern BOOL gbInvisDisable;
extern tstring gbSpammersGroup;
extern tstring gbQuestion;
extern tstring gbAnswer;