rcxml: add rcxml_finish()

This commit is contained in:
Johan Malm 2020-08-13 20:18:48 +01:00
parent c6c73366d2
commit 68fb8a3af5
5 changed files with 28 additions and 0 deletions

View file

@ -20,6 +20,7 @@ extern struct rcxml rc;
void rcxml_parse_xml(struct buf *b);
void rcxml_read(const char *filename);
void rcxml_finish(void);
void rcxml_get_nodenames(struct buf *b);
#endif /* __LABWC_RCXML_H */