diff options
Diffstat (limited to 'db3x_autobackups/dbheaders.c')
-rw-r--r-- | db3x_autobackups/dbheaders.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/db3x_autobackups/dbheaders.c b/db3x_autobackups/dbheaders.c index da7cb6e..6ae9b33 100644 --- a/db3x_autobackups/dbheaders.c +++ b/db3x_autobackups/dbheaders.c @@ -2,8 +2,8 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2003 Miranda ICQ/IM project,
-all portions of this codebase are copyrighted to the people
+Copyright 2000-2003 Miranda ICQ/IM project,
+all portions of this codebase are copyrighted to the people
listed in contributors.txt.
This program is free software; you can redistribute it and/or
@@ -22,16 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "commonheaders.h"
-#include "database.h"
-
-extern struct DBHeader dbHeader;
-extern HANDLE hDbFile;
-
-struct DBSignature {
- char name[15];
- BYTE eof;
-};
-static struct DBSignature dbSignature={"Miranda ICQ DB",0x1A};
//the cache has not been loaded when these functions are used
|