From 2c2e28046ed2d35c86db83b42a068ad9878c0241 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 25 Dec 2012 19:02:16 +0000 Subject: creatig backup in separate thread git-svn-id: http://svn.miranda-ng.org/main/trunk@2841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db_autobackups/src/headers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Db_autobackups/src/headers.h') 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; -- cgit v1.2.3