diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 12:48:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 12:48:37 +0000 |
commit | 12f2352ab23dac1a624d08e8a4e022c6d6ccc981 (patch) | |
tree | 876001a391065ec4ce87590c8449fe1cb1b8ccb3 /plugins/NewsAggregator/Src/Common.h | |
parent | 2c084a795884f93cbd52501e63c2ecc6fe24aa45 (diff) |
export work correct
git-svn-id: http://svn.miranda-ng.org/main/trunk@5419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h index b51d13d5b8..a9b9696859 100644 --- a/plugins/NewsAggregator/Src/Common.h +++ b/plugins/NewsAggregator/Src/Common.h @@ -130,7 +130,6 @@ VOID CheckCurrentFeedAvatar(HANDLE hContact); 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);
@@ -139,6 +138,7 @@ void CreateAuthString(char *auth, HANDLE 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);
INT_PTR CALLBACK DlgProcExportOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+HANDLE GetContactByNick(const TCHAR *nick);
// =============== NewsAggregator SERVICES ================
// Check all Feeds info
|