diff options
Diffstat (limited to 'plugins/Db_autobackups/src/headers.h')
-rw-r--r-- | plugins/Db_autobackups/src/headers.h | 1 |
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;
|