Privatize rcxml_parse_xml()

This commit is contained in:
Johan Malm 2025-09-26 19:14:30 +01:00
parent 58338e8581
commit 156ee31845
2 changed files with 1 additions and 3 deletions

View file

@ -200,7 +200,6 @@ struct rcxml {
extern struct rcxml rc;
void rcxml_parse_xml(struct buf *b);
void rcxml_read(const char *filename);
void rcxml_finish(void);