From 9e0c64767759da86499f245083239575d947b5e9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Jun 2012 18:27:01 +0000 Subject: Db3x: plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x/commonheaders.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'plugins/Db3x/commonheaders.h') diff --git a/plugins/Db3x/commonheaders.h b/plugins/Db3x/commonheaders.h index cd82b02679..4d31934ec9 100644 --- a/plugins/Db3x/commonheaders.h +++ b/plugins/Db3x/commonheaders.h @@ -37,16 +37,25 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include -#include "resource.h" + #include #include +#include #include #include #include + #include "version.h" +#include "database.h" +#include "resource.h" extern PLUGINLINK *pluginLink; - +extern HANDLE hDbFile; +extern CRITICAL_SECTION csDbAccess; +extern struct DBHeader dbHeader; +extern HANDLE hCacheHeap; +extern SortedList lContacts; +extern char szDbPath[MAX_PATH]; extern struct LIST_INTERFACE li; #ifdef __GNUC__ @@ -56,3 +65,7 @@ extern struct LIST_INTERFACE li; #endif #define NEWSTR_ALLOCA(A) (A==NULL)?NULL:strcpy((char*)alloca(strlen(A)+1),A) + +#ifndef MODULAR +void Encrypt(char*msg,BOOL up); +#endif \ No newline at end of file -- cgit v1.2.3