summaryrefslogtreecommitdiff
path: root/include/xmlsec/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/base64.h')
-rw-r--r--include/xmlsec/base64.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmlsec/base64.h b/include/xmlsec/base64.h
index a40c4528..7e13862f 100644
--- a/include/xmlsec/base64.h
+++ b/include/xmlsec/base64.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Base64 encode/decode transform and utility functions.
@@ -11,15 +11,15 @@
#ifndef __XMLSEC_BASE64_H__
#define __XMLSEC_BASE64_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <libxml/tree.h>
#include <xmlsec/xmlsec.h>
#include <xmlsec/transforms.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/**
* XMLSEC_BASE64_LINESIZE:
*