mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Privatize rcxml_parse_xml()
This commit is contained in:
parent
040e25f38e
commit
286005e121
2 changed files with 1 additions and 3 deletions
|
|
@ -200,7 +200,6 @@ struct rcxml {
|
||||||
|
|
||||||
extern struct rcxml rc;
|
extern struct rcxml rc;
|
||||||
|
|
||||||
void rcxml_parse_xml(struct buf *b);
|
|
||||||
void rcxml_read(const char *filename);
|
void rcxml_read(const char *filename);
|
||||||
void rcxml_finish(void);
|
void rcxml_finish(void);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1323,8 +1323,7 @@ traverse(xmlNode *node)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Exposed in header file to allow unit tests to parse buffers */
|
static void
|
||||||
void
|
|
||||||
rcxml_parse_xml(struct buf *b)
|
rcxml_parse_xml(struct buf *b)
|
||||||
{
|
{
|
||||||
int options = 0;
|
int options = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue