summaryrefslogtreecommitdiffstats
path: root/lasso/xml/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/private.h')
-rw-r--r--lasso/xml/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h
index ef7e6efa..6927229e 100644
--- a/lasso/xml/private.h
+++ b/lasso/xml/private.h
@@ -227,7 +227,7 @@ xmlSecKey* lasso_xmlsec_load_private_key(const char *filename_or_buffer, const c
xmlDocPtr lasso_xml_parse_file(const char *filepath);
xmlDocPtr lasso_xml_parse_memory_with_error(const char *buffer, int size, xmlError *error);
xmlSecKeyPtr lasso_xmlsec_load_key_info(xmlNode *key_descriptor);
-char* lasso_xmlnode_to_string(xmlNode *node, gboolean format);
+char* lasso_xmlnode_to_string(xmlNode *node, gboolean format, int level);
gboolean lasso_string_to_xsd_integer(const char *str, long int *integer);
#ifdef __cplusplus