summaryrefslogtreecommitdiff
path: root/include/xmlsec/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/io.h')
-rw-r--r--include/xmlsec/io.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/include/xmlsec/io.h b/include/xmlsec/io.h
index 9267573a..d5a41c11 100644
--- a/include/xmlsec/io.h
+++ b/include/xmlsec/io.h
@@ -1,19 +1,19 @@
-/**
+/**
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Input uri 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_IO_H__
-#define __XMLSEC_IO_H__
+#define __XMLSEC_IO_H__
#ifdef __cplusplus
extern "C" {
-#endif /* __cplusplus */
+#endif /* __cplusplus */
#include <libxml/tree.h>
#include <libxml/xmlIO.h>
@@ -21,30 +21,30 @@ extern "C" {
#include <xmlsec/xmlsec.h>
#include <xmlsec/transforms.h>
-XMLSEC_EXPORT int xmlSecIOInit (void);
-XMLSEC_EXPORT void xmlSecIOShutdown (void);
-XMLSEC_EXPORT void xmlSecIOCleanupCallbacks (void);
-XMLSEC_EXPORT int xmlSecIORegisterDefaultCallbacks (void);
-XMLSEC_EXPORT int xmlSecIORegisterCallbacks (xmlInputMatchCallback matchFunc,
- xmlInputOpenCallback openFunc,
- xmlInputReadCallback readFunc,
- xmlInputCloseCallback closeFunc);
+XMLSEC_EXPORT int xmlSecIOInit (void);
+XMLSEC_EXPORT void xmlSecIOShutdown (void);
+XMLSEC_EXPORT void xmlSecIOCleanupCallbacks (void);
+XMLSEC_EXPORT int xmlSecIORegisterDefaultCallbacks (void);
+XMLSEC_EXPORT int xmlSecIORegisterCallbacks (xmlInputMatchCallback matchFunc,
+ xmlInputOpenCallback openFunc,
+ xmlInputReadCallback readFunc,
+ xmlInputCloseCallback closeFunc);
/********************************************************************
*
- * Input URI transform
+ * Input URI transform
*
*******************************************************************/
/**
* xmlSecTransformInputURIId:
- *
+ *
* The Input URI transform id.
*/
#define xmlSecTransformInputURIId \
- xmlSecTransformInputURIGetKlass()
-XMLSEC_EXPORT xmlSecTransformId xmlSecTransformInputURIGetKlass (void);
-XMLSEC_EXPORT int xmlSecTransformInputURIOpen (xmlSecTransformPtr transform,
- const xmlChar* uri);
+ xmlSecTransformInputURIGetKlass()
+XMLSEC_EXPORT xmlSecTransformId xmlSecTransformInputURIGetKlass (void);
+XMLSEC_EXPORT int xmlSecTransformInputURIOpen (xmlSecTransformPtr transform,
+ const xmlChar* uri);
#ifdef __cplusplus
}