diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-29 15:34:20 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-29 15:34:20 +0000 |
commit | d8b7b2b660f81c3d78c64641e894666ac194495d (patch) | |
tree | 0b036fd9ded5f2b2e6004fc60d29046c19ee623f /plugins/PluginUpdater/src/Common.h | |
parent | dcdc05c1287a9007301ecc7bfd3814f3270cc70b (diff) |
PluginUpdater:
- Fixed Apply button
- Added Logging
- Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@9351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r-- | plugins/PluginUpdater/src/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h index add054051c..00094a21f7 100644 --- a/plugins/PluginUpdater/src/Common.h +++ b/plugins/PluginUpdater/src/Common.h @@ -193,7 +193,7 @@ bool ParseHashes(const TCHAR *ptszUrl, ptrT &baseUrl, SERVLIST &arHashes); int CompareHashes(const ServListEntry *p1, const ServListEntry *p2);
TCHAR* GetDefaultUrl();
-BOOL DownloadFile(LPCTSTR tszURL, LPCTSTR tszLocal, int CRCsum, HANDLE &nlc);
+BOOL DownloadFile(FILEURL *pFileURL, HANDLE &nlc);
void ShowPopup(HWND hDlg, LPCTSTR Title, LPCTSTR Text, int Number, int ActType, bool NoMessageBox = false);
void __stdcall RestartMe(void*);
|