diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-09-30 21:35:51 +0300 |
commit | 4d4bd94c0e34e2eaedc9d12926f14ccde8e0b69c (patch) | |
tree | 2d7d1d0d5958ff64e6f563f6336408e5c2ad80ce /stopspam_mod/trunk/utilities.h | |
parent | c506453b8518a9bd7622756f24e24323ad97e375 (diff) |
variables support for stopspam (ported from stopspam from koshechka)
Diffstat (limited to 'stopspam_mod/trunk/utilities.h')
-rw-r--r-- | stopspam_mod/trunk/utilities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stopspam_mod/trunk/utilities.h b/stopspam_mod/trunk/utilities.h index efe8a59..1b5f719 100644 --- a/stopspam_mod/trunk/utilities.h +++ b/stopspam_mod/trunk/utilities.h @@ -3,4 +3,5 @@ std::string DBGetContactSettingStringPAN_A(HANDLE hContact, char const * szModul tstring &GetDlgItemString(HWND hwnd, int id);
std::string &GetProtoList();
bool ProtoInList(std::string proto);
-void RemoveExcludedUsers();
\ No newline at end of file +void RemoveExcludedUsers();
+tstring variables_parse(tstring const &tstrFormat, HANDLE hContact);
\ No newline at end of file |