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 82acb328..664c484b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -694,8 +694,6 @@ int u_loginview(void); int u_ansi(void); int u_editplan(void); int u_editsig(void); -int u_switchproverb(void); -int u_editproverb(void); int u_cloak(void); int u_register(void); int u_list(void); diff --git a/include/pttstruct.h b/include/pttstruct.h index 045de383..23fda808 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -72,7 +72,7 @@ typedef struct userec_t { char lasthost[16]; /* 上次上站來源 */ int money; /* Ptt幣 */ char remoteuser[3]; /* 保留 目前沒用到的 */ - char proverb; /* 座右銘 */ + char proverb; /* 座右銘 (unused) */ char email[50]; /* Email */ char address[50]; /* 住址 */ char justify[REGLEN + 1]; /* 審核資料 */ |