diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
commit | e381e98b6c1435da4cfc68cec14e67171441fb68 (patch) | |
tree | 89b3a71cb31222d17546cd12302a30a1c8fbba75 /plugins/PluginUpdater/src/Common.h | |
parent | d452cf6c37d50d1ea3d603be8d0dbe1111728699 (diff) |
adaptation for hashes.zip
git-svn-id: http://svn.miranda-ng.org/main/trunk@1399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r-- | plugins/PluginUpdater/src/Common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h index ecf0dd1295..ffe3f9b032 100644 --- a/plugins/PluginUpdater/src/Common.h +++ b/plugins/PluginUpdater/src/Common.h @@ -142,4 +142,6 @@ INT_PTR CALLBACK DlgMsgPop(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); void __stdcall ExitMe(void*);
void __stdcall RestartMe(void*);
BOOL AllowUpdateOnStartup();
-VOID InitTimer();
\ No newline at end of file +VOID InitTimer();
+
+void unzip(const TCHAR* ptszZipFile, TCHAR* ptszDestPath, TCHAR* ptszBackPath);
|