summaryrefslogtreecommitdiffstats
path: root/src/xplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xplist.c')
-rw-r--r--src/xplist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xplist.c b/src/xplist.c
index 0cf4663..fa6bb6d 100644
--- a/src/xplist.c
+++ b/src/xplist.c
@@ -531,6 +531,11 @@ PLIST_API void plist_to_xml(plist_t plist, char **plist_xml, uint32_t * length)
531 str_buf_free(outbuf); 531 str_buf_free(outbuf);
532} 532}
533 533
534PLIST_API void plist_to_xml_free(char *plist_xml)
535{
536 free(plist_xml);
537}
538
534struct _parse_ctx { 539struct _parse_ctx {
535 const char *pos; 540 const char *pos;
536 const char *end; 541 const char *end;