diff options
author | jack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-26 11:46:43 +0800 |
---|---|---|
committer | jack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-26 11:46:43 +0800 |
commit | 4a0d96299cb75a5a322395d9de79d171e3b2233e (patch) | |
tree | 19bc59281d1eb7bd07b29a183fe88fea9a7f72d1 /include/pttstruct.h | |
parent | 4ef61e4763bd25bbb78a76180252df22f3af42a7 (diff) | |
download | pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.gz pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.bz2 pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.lz pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.xz pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.zst pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.zip |
add i18n prototype to proto.h
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1859 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index e436defd..07f7a6e9 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -428,7 +428,7 @@ typedef struct { #ifdef I18N /* i18n(internationlization) */ - const char *i18nstr[MAX_LANG][MAX_STRING]; + char *i18nstr[MAX_LANG][MAX_STRING]; char i18nstrbody[20 * MAX_LANG * MAX_STRING]; /* Based on the statistis, we found the lengh of one string is 20 bytes approximately. |