]> git.saurik.com Git - wxWidgets.git/blame - src/expat/xmlwf/codepage.h
Silence warning about truncation since the comment says it ok
[wxWidgets.git] / src / expat / xmlwf / codepage.h
CommitLineData
5e9f2524
VS
1/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2 See the file COPYING for copying permission.
3*/
4
5int codepageMap(int cp, int *map);
6int codepageConvert(int cp, const char *p);