diff options
| author | 2016-09-08 23:51:46 +0200 | |
|---|---|---|
| committer | 2016-09-08 23:51:46 +0200 | |
| commit | a348ba9aa866e7e97fd7bf819af38c8c9107ebb5 (patch) | |
| tree | 4f932fb5ab688364b71512abf8d8d87d1417ae28 | |
| parent | 16f45a04f8790f36e5af939bfd728ee410470e05 (diff) | |
| download | libplist-a348ba9aa866e7e97fd7bf819af38c8c9107ebb5.tar.gz libplist-a348ba9aa866e7e97fd7bf819af38c8c9107ebb5.tar.bz2 | |
Make sure plist_cleanup() symbol is actually public
| -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 @@ #include <libxml/threads.h> #include <libxml/xmlmemory.h> -void plist_cleanup(void) +PLIST_API void plist_cleanup(void) { /* free memory from parser initialization */ xmlCleanupCharEncodingHandlers(); |
