diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-24 09:32:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-24 09:32:54 +0000 |
commit | 5cf0f0757def7cadf17f9d66de9dd56e2031a999 (patch) | |
tree | e6609d9b24252eb24345844b747a1684f4eb7679 /plugins/NewsAggregator/Src/Common.h | |
parent | 729e6fd4c3ba9c37ee5001c56ebb165f4d5cefe2 (diff) |
fixed substring replacement
git-svn-id: http://svn.miranda-ng.org/main/trunk@13075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h index 9009e4dca2..da0659d198 100644 --- a/plugins/NewsAggregator/Src/Common.h +++ b/plugins/NewsAggregator/Src/Common.h @@ -135,7 +135,6 @@ void UpdateMenu(bool State); int ImportFeedsDialog();
LPCTSTR ClearText(CMString &value, const TCHAR *message);
bool DownloadFile(LPCTSTR tszURL, LPCTSTR tszLocal);
-int StrReplace(TCHAR *lpszOld, const TCHAR *lpszNew, TCHAR *&lpszStr);
void CreateAuthString(char *auth, MCONTACT hContact, HWND hwndDlg);
INT_PTR CALLBACK AuthenticationProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcImportOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|