diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-13 15:19:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-13 15:19:47 +0000 |
commit | 7f35b5c32df443cf13dbb476c641e01f30db1d6c (patch) | |
tree | 6d8f90bb3e7e3dd41f0fde9e2ac8557a260cb8b4 /plugins/DbEditorPP/src/headers.h | |
parent | ca03ebb556b09af11c936f1be681323d419efceb (diff) |
encrypted settings are not displayed in dbeditor
git-svn-id: http://svn.miranda-ng.org/main/trunk@7631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/headers.h')
-rw-r--r-- | plugins/DbEditorPP/src/headers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/src/headers.h b/plugins/DbEditorPP/src/headers.h index 15735b3cf0..d5bf500565 100644 --- a/plugins/DbEditorPP/src/headers.h +++ b/plugins/DbEditorPP/src/headers.h @@ -31,6 +31,7 @@ #include <m_langpack.h>
#include <m_protomod.h>
#include <m_database.h>
+#include <m_db_int.h>
#include <m_system.h>
#include <m_protocols.h>
#include <m_userinfo.h>
@@ -166,6 +167,8 @@ extern int Mode; extern int Hex;
extern int Order;
+extern MIDatabase *g_db;
+
extern BOOL usePopups;
#define NAMEORDERCOUNT 8
|