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 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;
|