diff options
author | (no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2008-12-03 12:52:49 +0000 |
---|---|---|
committer | (no author) <(no author)@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2008-12-03 12:52:49 +0000 |
commit | ef47f3ff49f5627fe2736abf21763e69bf119f20 (patch) | |
tree | 5134a8f181cfb4584bbee32facc3ec26397a355d /stopspam_mod/branches/0.0.1.5/utilities.h | |
parent | c31afb5f61aadeda55f32f07cf306356c84ea989 (diff) |
added stopspam 0.0.1.5 branch
git-svn-id: http://172.18.13.13/svn/mim_plugs@7 63852ff1-2cfd-40b9-8011-e561a9d89b1c
Diffstat (limited to 'stopspam_mod/branches/0.0.1.5/utilities.h')
-rw-r--r-- | stopspam_mod/branches/0.0.1.5/utilities.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stopspam_mod/branches/0.0.1.5/utilities.h b/stopspam_mod/branches/0.0.1.5/utilities.h new file mode 100644 index 0000000..efe8a59 --- /dev/null +++ b/stopspam_mod/branches/0.0.1.5/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 |