summarylogtreecommitdiffstats
path: root/0005-fix-freelocales-export.all.patch
blob: bea1d4d3691cded0a2d9532af3933f2a06e32dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- libxslt-1.1.27/libxslt/xsltlocale.h.orig	2012-09-26 17:54:17 +0400
+++ libxslt-1.1.27/libxslt/xsltlocale.h	2012-09-26 18:08:49 +0400
@@ -12,6 +12,7 @@
 #define __XML_XSLTLOCALE_H__
 
 #include <libxml/xmlstring.h>
+#include "xsltexports.h"
 
 #ifdef XSLT_LOCALE_XLOCALE
 
@@ -53,6 +53,6 @@
 void xsltFreeLocale(xsltLocale locale);
 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);
-void xsltFreeLocales(void);
+XSLTPUBFUN void XSLTCALL xsltFreeLocales (void);
 
 #endif /* __XML_XSLTLOCALE_H__ */