diff options
Diffstat (limited to 'contrib/xml2/xpath.c')
-rw-r--r-- | contrib/xml2/xpath.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c index 41cb98d1395..156ed2f4935 100644 --- a/contrib/xml2/xpath.c +++ b/contrib/xml2/xpath.c @@ -26,17 +26,6 @@ PG_MODULE_MAGIC; -/* externally accessible functions */ - -Datum xml_is_well_formed(PG_FUNCTION_ARGS); -Datum xml_encode_special_chars(PG_FUNCTION_ARGS); -Datum xpath_nodeset(PG_FUNCTION_ARGS); -Datum xpath_string(PG_FUNCTION_ARGS); -Datum xpath_number(PG_FUNCTION_ARGS); -Datum xpath_bool(PG_FUNCTION_ARGS); -Datum xpath_list(PG_FUNCTION_ARGS); -Datum xpath_table(PG_FUNCTION_ARGS); - /* exported for use by xslt_proc.c */ PgXmlErrorContext *pgxml_parser_init(PgXmlStrictness strictness); |