summaryrefslogtreecommitdiff
path: root/testC14N.c
diff options
context:
space:
mode:
Diffstat (limited to 'testC14N.c')
-rw-r--r--testC14N.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testC14N.c b/testC14N.c
index 6094beea..951dce7a 100644
--- a/testC14N.c
+++ b/testC14N.c
@@ -41,12 +41,12 @@ static void usage(const char *name) {
"--exc-without-comments\t Exclusive XML file canonization w/o comments\n");
}
-xmlXPathObjectPtr
+static xmlXPathObjectPtr
load_xpath_expr (xmlDocPtr parent_doc, const char* filename);
-xmlChar **parse_list(xmlChar *str);
+static xmlChar **parse_list(xmlChar *str);
-void print_xpath_nodes(xmlNodeSetPtr nodes);
+static void print_xpath_nodes(xmlNodeSetPtr nodes);
static int
test_c14n(const char* xml_filename, int with_comments, int exclusive,