diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-05 22:10:20 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-05 22:10:20 +0600 |
commit | cf9c2cdea7d6fb19abe0afa24722bebdb17f9554 (patch) | |
tree | 2ef93157565666b7320dfada2853338a5be3a235 /utilities.h | |
parent | 472467fdf175d80958812fcc0023b93c8bd17e02 (diff) |
git problem fix
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/utilities.h b/utilities.h index c913491..04866f7 100644 --- a/utilities.h +++ b/utilities.h @@ -1,8 +1,8 @@ -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();
-tstring variables_parse(tstring const &tstrFormat, HANDLE hContact);
-const int Stricmp(const TCHAR *str, const TCHAR *substr);
+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(); +tstring variables_parse(tstring const &tstrFormat, HANDLE hContact); +const int Stricmp(const TCHAR *str, const TCHAR *substr); |