summaryrefslogtreecommitdiff
path: root/include/gutenprint/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gutenprint/xml.h')
-rw-r--r--include/gutenprint/xml.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/gutenprint/xml.h b/include/gutenprint/xml.h
index 7be3235..5f88686 100644
--- a/include/gutenprint/xml.h
+++ b/include/gutenprint/xml.h
@@ -1,5 +1,5 @@
/*
- * "$Id: xml.h,v 1.1 2004/09/17 18:38:01 rleigh Exp $"
+ * "$Id: xml.h,v 1.2 2006/08/07 09:52:41 rleigh Exp $"
*
* Gutenprint module loader header
*
@@ -70,7 +70,11 @@ extern stp_array_t *stp_array_create_from_xmltree(stp_mxml_node_t *array);
extern stp_mxml_node_t *stp_xmltree_create_from_array(const stp_array_t *array);
extern void stp_xml_parse_file_named(const char *name);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* GUTENPRINT_XML_H */
/*
- * End of "$Id: xml.h,v 1.1 2004/09/17 18:38:01 rleigh Exp $".
+ * End of "$Id: xml.h,v 1.2 2006/08/07 09:52:41 rleigh Exp $".
*/