diff options
Diffstat (limited to 'src/plist.c')
| -rw-r--r-- | src/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c index 703ac65..ef1d7a2 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | #include <libxml/threads.h> | 38 | #include <libxml/threads.h> |
| 39 | #include <libxml/xmlmemory.h> | 39 | #include <libxml/xmlmemory.h> |
| 40 | 40 | ||
| 41 | void plist_cleanup(void) | 41 | PLIST_API void plist_cleanup(void) |
| 42 | { | 42 | { |
| 43 | /* free memory from parser initialization */ | 43 | /* free memory from parser initialization */ |
| 44 | xmlCleanupCharEncodingHandlers(); | 44 | xmlCleanupCharEncodingHandlers(); |
