summaryrefslogtreecommitdiff
path: root/xmlwf/codepage.c
diff options
context:
space:
mode:
authorjjc <jjc>1998-06-17 11:32:18 +0000
committerjjc <jjc>1998-06-17 11:32:18 +0000
commit78f4f5859299c350f0cf49990c2648a1d1a6ba7b (patch)
tree7d5ba68d18a98bc95625678e044920fba23f1a23 /xmlwf/codepage.c
parent450d1fbeac050adc68ca6e0159d6bef7086c74af (diff)
downloadlibexpat-78f4f5859299c350f0cf49990c2648a1d1a6ba7b.tar.gz
Fix non-Win32 stubs
Diffstat (limited to 'xmlwf/codepage.c')
-rwxr-xr-xxmlwf/codepage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlwf/codepage.c b/xmlwf/codepage.c
index d4791c3..159a12a 100755
--- a/xmlwf/codepage.c
+++ b/xmlwf/codepage.c
@@ -64,12 +64,12 @@ int codepageConvert(int cp, const char *p)
#else /* not WIN32 */
-int codepageMap(int cp, unsigned short *map)
+int codepageMap(int cp, int *map)
{
return 0;
}
-unsigned short codepageConvert(int cp, const char *p)
+int codepageConvert(int cp, const char *p)
{
return -1;
}