aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/configuration_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/config/configuration_manager.h')
-rw-r--r--Source/charon/config/configuration_manager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/charon/config/configuration_manager.h b/Source/charon/config/configuration_manager.h
index a3bc099fd..54d302d60 100644
--- a/Source/charon/config/configuration_manager.h
+++ b/Source/charon/config/configuration_manager.h
@@ -31,6 +31,9 @@
#include <transforms/signers/signer.h>
#include <transforms/crypters/crypter.h>
+
+typedef struct configuration_manager_t configuration_manager_t;
+
/**
* @brief Manages all configuration aspects of the daemon.
*
@@ -39,9 +42,7 @@
* or a hash map and are managed by this class.
*
*/
-typedef struct configuration_manager_s configuration_manager_t;
-
-struct configuration_manager_s {
+struct configuration_manager_t {
/**
* Gets the remote host information for a specific configuration name.