summaryrefslogtreecommitdiff
path: root/include/xmlsec/keysmngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/keysmngr.h')
-rw-r--r--include/xmlsec/keysmngr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmlsec/keysmngr.h b/include/xmlsec/keysmngr.h
index ed0250df..de49d8ed 100644
--- a/include/xmlsec/keysmngr.h
+++ b/include/xmlsec/keysmngr.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Keys Manager
@@ -11,16 +11,16 @@
#ifndef __XMLSEC_KEYSMGMR_H__
#define __XMLSEC_KEYSMGMR_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <xmlsec/xmlsec.h>
#include <xmlsec/list.h>
#include <xmlsec/keys.h>
#include <xmlsec/keysdata.h>
#include <xmlsec/keyinfo.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
typedef const struct _xmlSecKeyKlass xmlSecKeyKlass,
*xmlSecKeyId;
typedef const struct _xmlSecKeyStoreKlass xmlSecKeyStoreKlass,