summaryrefslogtreecommitdiffstats
path: root/src/account/account_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/account_globals.h')
-rw-r--r--src/account/account_globals.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/account/account_globals.h b/src/account/account_globals.h
index 4226b33..8659e6b 100644
--- a/src/account/account_globals.h
+++ b/src/account/account_globals.h
@@ -21,6 +21,11 @@
#ifndef ACCOUNT_GLOBALS_H
#define ACCOUNT_GLOBALS_H
+#include "openlmi.h"
+
+const char *provider_name;
+const ConfigEntry *provider_config_defaults;
+
/* Global declaration of valid cryptographic algorithms */
extern const char * crypt_algs[];
#endif