diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-10 15:23:01 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-10 15:23:01 +0000 |
commit | 03c2ca250fd68db241dd57f5d1df6672bc706b17 (patch) | |
tree | 1df54972420a75eae459d755ff8adcddfae51090 /plugins/Db_autobackups/src/stdafx.h | |
parent | 52e1871526e350e91763bf86d44d7c270186d4e3 (diff) |
db_autobackups: fix backuping backup :-D
git-svn-id: http://svn.miranda-ng.org/main/trunk@16267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index e604d7f886..dfffaf88fb 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -36,7 +36,6 @@ #define SUB_DIR L"\\AutoBackups"
#define DIR L"%miranda_userdata%"
-
int SetBackupTimer(void);
int OptionsInit(WPARAM wParam, LPARAM lParam);
int LoadOptions(void);
|