summaryrefslogtreecommitdiff
path: root/include/xmlsec/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/parser.h')
-rw-r--r--include/xmlsec/parser.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/include/xmlsec/parser.h b/include/xmlsec/parser.h
index 754c9072..182f2951 100644
--- a/include/xmlsec/parser.h
+++ b/include/xmlsec/parser.h
@@ -1,19 +1,19 @@
-/**
+/**
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* XML Parser transform and utility functions.
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
- *
+ *
* Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_PARSER_H__
-#define __XMLSEC_PARSER_H__
+#define __XMLSEC_PARSER_H__
#ifdef __cplusplus
extern "C" {
-#endif /* __cplusplus */
+#endif /* __cplusplus */
#include <libxml/tree.h>
@@ -21,26 +21,26 @@ extern "C" {
#include <xmlsec/transforms.h>
-XMLSEC_EXPORT xmlDocPtr xmlSecParseFile (const char *filename);
-XMLSEC_EXPORT xmlDocPtr xmlSecParseMemory (const xmlSecByte *buffer,
- xmlSecSize size,
- int recovery);
-XMLSEC_EXPORT xmlDocPtr xmlSecParseMemoryExt (const xmlSecByte *prefix,
- xmlSecSize prefixSize,
- const xmlSecByte *buffer,
- xmlSecSize bufferSize,
- const xmlSecByte *postfix,
- xmlSecSize postfixSize);
+XMLSEC_EXPORT xmlDocPtr xmlSecParseFile (const char *filename);
+XMLSEC_EXPORT xmlDocPtr xmlSecParseMemory (const xmlSecByte *buffer,
+ xmlSecSize size,
+ int recovery);
+XMLSEC_EXPORT xmlDocPtr xmlSecParseMemoryExt (const xmlSecByte *prefix,
+ xmlSecSize prefixSize,
+ const xmlSecByte *buffer,
+ xmlSecSize bufferSize,
+ const xmlSecByte *postfix,
+ xmlSecSize postfixSize);
/**
* xmlSecTransformXmlParserId:
- *
+ *
* The XML Parser transform klass.
*/
#define xmlSecTransformXmlParserId \
- xmlSecTransformXmlParserGetKlass()
-XMLSEC_EXPORT xmlSecTransformId xmlSecTransformXmlParserGetKlass (void);
+ xmlSecTransformXmlParserGetKlass()
+XMLSEC_EXPORT xmlSecTransformId xmlSecTransformXmlParserGetKlass (void);
#ifdef __cplusplus