summaryrefslogtreecommitdiff
path: root/testC14N.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-12-22 10:25:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-12-22 10:25:41 +0000
commitfe8aab98438d36bfc3c7c2080ee1a457d9202d1f (patch)
treeae2d4c9264f84808da970ff3ea29669373250076 /testC14N.c
parent4258b9c8aa649f8bb344ff46b7886687f9659578 (diff)
downloadlibxml2-fe8aab98438d36bfc3c7c2080ee1a457d9202d1f.tar.gz
applied Craig A. Berry patches for VMS Daniel
* testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS Daniel
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,