diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-28 18:35:39 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-28 18:35:39 +0000 |
commit | 9a544494ea5dc8b9a41da6d38015e9c4a1a0f3a6 (patch) | |
tree | 580f3a56e8beca3125e2f23554bc66fba56ee615 /plugins/Db_autobackups/src/headers.h | |
parent | fe82414371277756f2612ba8542c4b23f5625917 (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6662 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, 0 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/headers.h b/plugins/Db_autobackups/src/headers.h index 0836239105..8195df1c36 100644 --- a/plugins/Db_autobackups/src/headers.h +++ b/plugins/Db_autobackups/src/headers.h @@ -32,7 +32,6 @@ void ShowPopup(TCHAR* text, TCHAR* header);
INT_PTR DBSaveAs(WPARAM wParam, LPARAM lParam);
INT_PTR ABService(WPARAM wParam, LPARAM lParam);
-int CreateDirectoryTree(TCHAR *szDir);
int Backup(TCHAR* backup_filename);
int SetBackupTimer(void);
int OptionsInit(WPARAM wParam, LPARAM lParam);
|