summaryrefslogtreecommitdiff
path: root/stopspam_mod/branches/0.0.1.6/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'stopspam_mod/branches/0.0.1.6/utilities.h')
-rw-r--r--stopspam_mod/branches/0.0.1.6/utilities.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stopspam_mod/branches/0.0.1.6/utilities.h b/stopspam_mod/branches/0.0.1.6/utilities.h
new file mode 100644
index 0000000..efe8a59
--- /dev/null
+++ b/stopspam_mod/branches/0.0.1.6/utilities.h
@@ -0,0 +1,6 @@
+tstring DBGetContactSettingStringPAN(HANDLE hContact, char const * szModule, char const * szSetting, tstring errorValue);
+std::string DBGetContactSettingStringPAN_A(HANDLE hContact, char const * szModule, char const * szSetting, std::string errorValue);
+tstring &GetDlgItemString(HWND hwnd, int id);
+std::string &GetProtoList();
+bool ProtoInList(std::string proto);
+void RemoveExcludedUsers(); \ No newline at end of file