mirror of
https://gitea.psi.ch/ELOG/mxml.git
synced 2026-09-09 01:23:22 +00:00
Added mxml_write_tree to mxml.h
This commit is contained in:
parent
726495c1e5
commit
d50251ec12
1
mxml.h
1
mxml.h
@ -139,6 +139,7 @@ int mxml_parse_entity(char **buf, const char* file_name, char *error, int error_
|
||||
int mxml_print_tree(char *buffer, int *buffer_size, PMXML_NODE tree);
|
||||
void mxml_debug_tree(PMXML_NODE tree, int level);
|
||||
void mxml_free_tree(PMXML_NODE tree);
|
||||
int mxml_write_tree(const char *file_name, PMXML_NODE tree);
|
||||
|
||||
void mxml_dirname(char* path);
|
||||
void mxml_basename(char *path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user