diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 07:20:05 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 07:20:05 +0000 |
commit | e3246e53e131dee9729b5577e6b15e3090b314f9 (patch) | |
tree | df8a085d98c950bad4ca63677598c49fa3e901f5 /plugins/NewsAggregator/Src/Common.h | |
parent | 524ba7c684e5eda13c2e3ddb8cb0ca8fae2d7c29 (diff) |
files reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@5413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h index 720db642b2..c332557b8c 100644 --- a/plugins/NewsAggregator/Src/Common.h +++ b/plugins/NewsAggregator/Src/Common.h @@ -131,6 +131,12 @@ TCHAR* CheckFeed(TCHAR* tszURL, HWND hwndDlg); void UpdateMenu(BOOL State);
int ImportFeedsDialog();
VOID ExportFeedsDialog();
+VOID ClearText(TCHAR *&message);
+int GetImageFormat(const TCHAR *ext);
+BOOL DownloadFile(LPCTSTR tszURL, LPCTSTR tszLocal);
+int StrReplace(TCHAR *lpszOld, TCHAR *lpszNew, TCHAR *&lpszStr);
+void CreateAuthString(char *auth, HANDLE hContact, HWND hwndDlg);
+INT_PTR CALLBACK AuthenticationProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
// =============== NewsAggregator SERVICES ================
// Check all Feeds info
|