summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-11-17 23:04:57 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-11-17 23:04:57 +0000
commit59bdda3549b13cbe97ce49fdb541f8bad006f08e (patch)
tree5f8809c208fafea2e5fda8078b032636ebece261 /lasso/xml/xml.h
parentcfc07351978eef632c1b06f06f7246c2860cfc9c (diff)
downloadlasso-59bdda3549b13cbe97ce49fdb541f8bad006f08e.tar.gz
lasso-59bdda3549b13cbe97ce49fdb541f8bad006f08e.tar.xz
lasso-59bdda3549b13cbe97ce49fdb541f8bad006f08e.zip
use same "xmlsnippets" (name will probably change) to build xml nodes
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r--lasso/xml/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h
index c88b88fd..a6e7e032 100644
--- a/lasso/xml/xml.h
+++ b/lasso/xml/xml.h
@@ -123,6 +123,7 @@ LASSO_EXPORT gint lasso_node_verify_signature(LassoNode *node,
void lasso_node_init_xml_with_snippets(xmlNode *node, struct XmlSnippet *snippets);
+void lasso_node_build_xml_with_snippets(xmlNode *node, struct XmlSnippet *snippets);
#ifdef __cplusplus