diff options
| author | 2016-10-22 04:39:47 +0200 | |
|---|---|---|
| committer | 2016-10-22 04:39:47 +0200 | |
| commit | 392135c7db4d9cb4a14ff5935d7c4c6e21363847 (patch) | |
| tree | 0e19125ed99b6b2ced754d1b9b3f4bc5245f8c39 /include | |
| parent | a3263ad344ff315ac1cba96f0b84b9afff6da787 (diff) | |
| download | libplist-392135c7db4d9cb4a14ff5935d7c4c6e21363847.tar.gz libplist-392135c7db4d9cb4a14ff5935d7c4c6e21363847.tar.bz2 | |
Remove libxml2 dependency in favor of custom XML parsing
Diffstat (limited to 'include')
| -rw-r--r-- | include/plist/plist.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h index 7e59acb..ace86f8 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h | |||
| @@ -113,19 +113,6 @@ 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 | * * | ||
| 129 | * Creation & Destruction * | 116 | * Creation & Destruction * |
| 130 | * * | 117 | * * |
| 131 | ********************************************/ | 118 | ********************************************/ |
