diff options
Diffstat (limited to 'include/plist')
-rw-r--r-- | include/plist/plist.h | 13 |
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 * * * ********************************************/ |