diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 80cef86c..d4df2fe9 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -424,6 +424,13 @@ typedef struct { time_t Fuptime; time_t Ftouchtime; int Fbusystate; + + /* i18n(internationlization) */ + char *i18nstrptr[MAX_LANG][MAX_STRING]; + char i18nstrbody[16 * MAX_LANG * MAX_STRING]; + /* Based on the statistis, we found the lengh of one string + is 16 bytes approximately. + */ } SHM_t; typedef struct { |