mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused prototype from php_dom.h
This commit is contained in:
@@ -167,7 +167,6 @@ bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type);
|
||||
bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type);
|
||||
bool php_dom_has_child_of_type(xmlNodePtr node, xmlElementType type);
|
||||
void php_dom_update_document_after_clone(dom_object *original, xmlNodePtr original_node, dom_object *clone, xmlNodePtr cloned_node);
|
||||
void php_dom_document_constructor(INTERNAL_FUNCTION_PARAMETERS);
|
||||
xmlAttrPtr php_dom_get_attribute_node(xmlNodePtr elem, const xmlChar *name, size_t name_len);
|
||||
xmlChar *php_dom_libxml_fix_file_path(xmlChar *path);
|
||||
void dom_document_convert_to_modern(php_libxml_ref_obj *document, xmlDocPtr lxml_doc);
|
||||
|
||||
Reference in New Issue
Block a user