summaryrefslogtreecommitdiff
path: root/include/xmlsec/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/list.h')
-rw-r--r--include/xmlsec/list.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmlsec/list.h b/include/xmlsec/list.h
index e976402e..46adc8d2 100644
--- a/include/xmlsec/list.h
+++ b/include/xmlsec/list.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* List of pointers.
@@ -11,13 +11,13 @@
#ifndef __XMLSEC_LIST_H__
#define __XMLSEC_LIST_H__
+#include <xmlsec/xmlsec.h>
+#include <xmlsec/buffer.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-#include <xmlsec/xmlsec.h>
-#include <xmlsec/buffer.h>
-
typedef const struct _xmlSecPtrListKlass xmlSecPtrListKlass,
*xmlSecPtrListId;
typedef struct _xmlSecPtrList xmlSecPtrList,
@@ -147,7 +147,7 @@ typedef void (*xmlSecPtrDebugDumpItemMethod) (xmlSecPtr ptr,
/**
* xmlSecPtrListKlass:
* @name: the list klass name.
- * @duplicateItem: the duplciate item method.
+ * @duplicateItem: the duplicate item method.
* @destroyItem: the destroy item method.
* @debugDumpItem: the debug dump item method.
* @debugXmlDumpItem: the debug dump item in xml format method.