summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index c66545a..acd1c4d 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -113,6 +113,19 @@ extern "C"
/********************************************
* *
+ * Library Initialization & Cleanup *
+ * *
+ ********************************************/
+
+ /**
+ * Frees memory used globally by listplist, in
+ * particular the libxml parser
+ */
+
+ void plist_cleanup(void);
+
+ /********************************************
+ * *
* Creation & Destruction *
* *
********************************************/