From a348ba9aa866e7e97fd7bf819af38c8c9107ebb5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 8 Sep 2016 23:51:46 +0200 Subject: Make sure plist_cleanup() symbol is actually public --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -void plist_cleanup(void) +PLIST_API void plist_cleanup(void) { /* free memory from parser initialization */ xmlCleanupCharEncodingHandlers(); -- cgit v1.1-32-gdbae