summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 10:43:30 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 10:43:30 +0800
commit45a5058a15fae9664b45729fbf7617138fd470f6 (patch)
tree6548d9059d49c379cce003282cd10a4a79827d67 /include
parent9d246fa5599d15acc8e4c1b19e338deeff7e4473 (diff)
downloadpttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.gz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.bz2
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.lz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.xz
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.tar.zst
pttbbs-45a5058a15fae9664b45729fbf7617138fd470f6.zip
changed stuff.c board.c to i18n format
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1896 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
-rw-r--r--include/pttstruct.h2
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 {