summaryrefslogtreecommitdiffstats
path: root/gnulib-local/lib/libxml/xlink.in.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-12-14 12:02:32 +0900
committerDaiki Ueno <ueno@gnu.org>2015-12-14 12:32:33 +0900
commita2e0a31298a4c29f770965e15593f5fef89dcde9 (patch)
tree0ca346f01db56b7ff691ada32b387a605d269db2 /gnulib-local/lib/libxml/xlink.in.h
parent6e6f6ee91f04bebcf295df9ee11c4e8422ef7b4c (diff)
downloadexternal_gettext-a2e0a31298a4c29f770965e15593f5fef89dcde9.zip
external_gettext-a2e0a31298a4c29f770965e15593f5fef89dcde9.tar.gz
external_gettext-a2e0a31298a4c29f770965e15593f5fef89dcde9.tar.bz2
gnulib-local: Update included libxml2 to 2.9.3
* gnulib-local/lib/libxml/*: Update from libxml2 2.9.3. Add buf.[ch], enc.h, save.h, triodef.h, trionan.[ch]. Enable XPath and XPointer support. * gnulib-local/modules/libxml (Files): Add new files from libxml2 2.9.3.
Diffstat (limited to 'gnulib-local/lib/libxml/xlink.in.h')
-rw-r--r--gnulib-local/lib/libxml/xlink.in.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnulib-local/lib/libxml/xlink.in.h b/gnulib-local/lib/libxml/xlink.in.h
index 083c7ed..a209a99 100644
--- a/gnulib-local/lib/libxml/xlink.in.h
+++ b/gnulib-local/lib/libxml/xlink.in.h
@@ -57,7 +57,7 @@ typedef enum {
* xlinkNodeDetectFunc:
* @ctx: user data pointer
* @node: the node to check
- *
+ *
* This is the prototype for the link detection routine.
* It calls the default link detection callbacks upon link detection.
*/
@@ -157,26 +157,26 @@ struct _xlinkHandler {
/*
* The default detection routine, can be overridden, they call the default
- * detection callbacks.
+ * detection callbacks.
*/
-XMLPUBFUN xlinkNodeDetectFunc XMLCALL
+XMLPUBFUN xlinkNodeDetectFunc XMLCALL
xlinkGetDefaultDetect (void);
-XMLPUBFUN void XMLCALL
+XMLPUBFUN void XMLCALL
xlinkSetDefaultDetect (xlinkNodeDetectFunc func);
/*
* Routines to set/get the default handlers.
*/
-XMLPUBFUN xlinkHandlerPtr XMLCALL
+XMLPUBFUN xlinkHandlerPtr XMLCALL
xlinkGetDefaultHandler (void);
-XMLPUBFUN void XMLCALL
+XMLPUBFUN void XMLCALL
xlinkSetDefaultHandler (xlinkHandlerPtr handler);
/*
* Link detection module itself.
*/
-XMLPUBFUN xlinkType XMLCALL
+XMLPUBFUN xlinkType XMLCALL
xlinkIsLink (xmlDocPtr doc,
xmlNodePtr node);