diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-25 19:02:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-25 19:02:16 +0000 |
commit | 2c2e28046ed2d35c86db83b42a068ad9878c0241 (patch) | |
tree | 828b76219aeb6b56e47e6381098899e9a10d65b9 /plugins/Db_autobackups/src/headers.h | |
parent | 243b8756ca89c490cd0e795dc2077cabe7afa5f7 (diff) |
creatig backup in separate thread
git-svn-id: http://svn.miranda-ng.org/main/trunk@2841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 eab2ffc667..966bdcde73 100644 --- a/plugins/Db_autobackups/src/headers.h +++ b/plugins/Db_autobackups/src/headers.h @@ -43,6 +43,7 @@ int SetBackupTimer(void); int OptionsInit(WPARAM wParam, LPARAM lParam);
int LoadOptions(void);
HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle);
+void BackupThread(void* backup_filename);
extern HINSTANCE hInst;
extern TCHAR* profilePath;
|