summaryrefslogtreecommitdiffstats
path: root/worker/xml_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'worker/xml_helper.h')
-rw-r--r--worker/xml_helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/worker/xml_helper.h b/worker/xml_helper.h
index 0d6155b..974ab07 100644
--- a/worker/xml_helper.h
+++ b/worker/xml_helper.h
@@ -23,3 +23,8 @@ int validate_policy(const char *policy_file_name, char **ipa_policy_type, char *
int print_all_attributes(const xmlNode *node);
char *find_by_xpath(const xmlDocPtr doc, const xmlChar * xpath_expr, const int type);
+
+int setup_xml_search_path(char *path);
+int print_xml_search_path(void);
+int free_xml_search_path(void);
+