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, 0 insertions, 5 deletions
diff --git a/src/xplist.c b/src/xplist.c
index 2eaba55..c45a984 100644
--- a/src/xplist.c
+++ b/src/xplist.c
@@ -530,11 +530,6 @@ PLIST_API void plist_to_xml(plist_t plist, char **plist_xml, uint32_t * length)
530 str_buf_free(outbuf); 530 str_buf_free(outbuf);
531} 531}
532 532
533PLIST_API void plist_to_xml_free(char *plist_xml)
534{
535 free(plist_xml);
536}
537
538struct _parse_ctx { 533struct _parse_ctx {
539 const char *pos; 534 const char *pos;
540 const char *end; 535 const char *end;