[gupnp-av/wip/didl-lite-fragments: 13/20] Add missing G_[BEGIN|END]_DECLS.



commit 94f7fb11cb4f7d0cdd9ce54c338b6a43218ffa31
Author: Krzesimir Nowak <krnowak openismus com>
Date:   Thu Oct 25 11:30:07 2012 +0200

    Add missing G_[BEGIN|END]_DECLS.

 libgupnp-av/xml-util.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libgupnp-av/xml-util.h b/libgupnp-av/xml-util.h
index ad71c7a..ffa5e50 100644
--- a/libgupnp-av/xml-util.h
+++ b/libgupnp-av/xml-util.h
@@ -30,6 +30,8 @@
 #include <libxml/tree.h>
 #include <stdarg.h>
 
+G_BEGIN_DECLS
+
 /* Misc utilities for inspecting xmlNodes */
 G_GNUC_INTERNAL xmlNode *
 xml_util_get_element                    (xmlNode    *node,
@@ -115,4 +117,6 @@ xml_util_copy_node                      (xmlNode *node);
 G_GNUC_INTERNAL GHashTable *
 xml_util_get_attributes_map             (xmlNode *node);
 
+G_END_DECLS
+
 #endif /* __XML_UTIL_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]