Added mxml_write_element()

This commit is contained in:
2007-02-15 07:54:03 +00:00
parent 2c3793990f
commit d8db729ef2
2 changed files with 15 additions and 4 deletions
+1
View File
@@ -81,6 +81,7 @@ int mxml_start_element(MXML_WRITER *writer, const char *name);
int mxml_start_element_noindent(MXML_WRITER *writer, const char *name);
int mxml_end_element(MXML_WRITER *writer);
int mxml_write_comment(MXML_WRITER *writer, const char *string);
int mxml_write_element(MXML_WRITER *writer, const char *name, const char *value);
int mxml_write_attribute(MXML_WRITER *writer, const char *name, const char *value);
int mxml_write_value(MXML_WRITER *writer, const char *value);
int mxml_write_empty_line(MXML_WRITER *writer);