X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcommon%2Fxml.h;h=337bb50e9810d2af25af830e2fa491601c2bfeb0;hp=c88791340e61941eb246464051035a32c4c585a9;hb=67c89f7144bd0b1e640717e8ebe58ee97cca5493;hpb=22b5a34278e19f4b243f123591b1a7d20d6efd41 diff --git a/src/common/xml.h b/src/common/xml.h index c88791340..337bb50e9 100644 --- a/src/common/xml.h +++ b/src/common/xml.h @@ -91,4 +91,6 @@ gint xml_file_put_escape_str (FILE *fp, void xml_free_node (XMLNode *node); void xml_free_tree (GNode *node); +void xml_free_tag (XMLTag *tag); + #endif /* __XML_H__ */