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" | |||
| 113 | 113 | ||
| 114 | /******************************************** | 114 | /******************************************** |
| 115 | * * | 115 | * * |
| 116 | * Library Initialization & Cleanup * | ||
| 117 | * * | ||
| 118 | ********************************************/ | ||
| 119 | |||
| 120 | /** | ||
| 121 | * Frees memory used globally by listplist, in | ||
| 122 | * particular the libxml parser | ||
| 123 | */ | ||
| 124 | |||
| 125 | void plist_cleanup(void); | ||
| 126 | |||
| 127 | /******************************************** | ||
| 128 | * * | ||
| 116 | * Creation & Destruction * | 129 | * Creation & Destruction * |
| 117 | * * | 130 | * * |
| 118 | ********************************************/ | 131 | ********************************************/ |
