diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 | ||||
-rw-r--r-- | include/pttstruct.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h index 9dc35bc6..9e9b70f7 100644 --- a/include/proto.h +++ b/include/proto.h @@ -510,7 +510,7 @@ int dashl(char *fname); char *subject(char *title); void setdirpath(char *buf, char *direct, char *fname); int str_checksum(char *str); -void show_help(char *helptext[]); +void show_help(char **helptext, int start, int num); int belong(char *filelist, char *key); char *Cdatedate(time_t *clock); void sethomeman(char *buf, char *userid); diff --git a/include/pttstruct.h b/include/pttstruct.h index 07f7a6e9..7b7ffc28 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -426,14 +426,12 @@ typedef struct { time_t Ftouchtime; int Fbusystate; -#ifdef I18N /* i18n(internationlization) */ 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. */ -#endif } SHM_t; typedef struct { |