summaryrefslogtreecommitdiff
path: root/Build/source/extra/expat/xmlwf/codepage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/expat/xmlwf/codepage.h')
-rw-r--r--Build/source/extra/expat/xmlwf/codepage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/extra/expat/xmlwf/codepage.h b/Build/source/extra/expat/xmlwf/codepage.h
new file mode 100644
index 00000000000..b36a5502df7
--- /dev/null
+++ b/Build/source/extra/expat/xmlwf/codepage.h
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+See the file COPYING for copying permission.
+*/
+
+int codepageMap(int cp, int *map);
+int codepageConvert(int cp, const char *p);