summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/headers.h
diff options
context:
space:
mode:
authorSergey Tatarinov <tatarinov.sergey@gmail.com>2013-11-11 17:16:42 +0000
committerSergey Tatarinov <tatarinov.sergey@gmail.com>2013-11-11 17:16:42 +0000
commit729e1455178c6e5e83e9c6fcbc9deda2bec35a92 (patch)
tree6ea6e124a574826ff39821f9ab2529fd375ea5fe /plugins/Db_autobackups/src/headers.h
parentf82d7993aa423b0628a662f2d58bbf387cb48db8 (diff)
Db_autobackups: added ability to compress the backups in the archive, version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/headers.h')
-rw-r--r--plugins/Db_autobackups/src/headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/headers.h b/plugins/Db_autobackups/src/headers.h
index 8195df1c36..447c2bd885 100644
--- a/plugins/Db_autobackups/src/headers.h
+++ b/plugins/Db_autobackups/src/headers.h
@@ -38,6 +38,7 @@ int OptionsInit(WPARAM wParam, LPARAM lParam);
int LoadOptions(void);
HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle);
void BackupThread(void* backup_filename);
+bool MakeZip(LPCTSTR szSource, LPCTSTR szDest);
extern HINSTANCE hInst;
extern TCHAR* profilePath;