From e58443057c072b3b45627e8ec62b963daa32160f Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 8 Aug 2005 14:45:00 +0000 Subject: add proto, msg pretty print, misc update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3011 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 ++ include/pttstruct.h | 14 ++++++++++++++ 2 files changed, 16 insertions(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 932933ab..1859dff8 100644 --- a/include/proto.h +++ b/include/proto.h @@ -518,6 +518,8 @@ void new_register(void); int checkpasswd(const char *passwd, char *test); void check_register(void); char *genpasswd(char *pw); +int setupnewuser(const userec_t *user); + /* screen */ void mouts(int y, int x, const char *str); diff --git a/include/pttstruct.h b/include/pttstruct.h index 05025248..7c5a12a6 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -665,4 +665,18 @@ typedef struct { } ocfs_t; #endif +// kcwu: for bug tracking +/* not used right now */ +enum { + F_VER, + F_EDIT, + F_MORE, + F_WRITE_REQUEST, + F_TALK_REQUEST, + F_WATER, + F_USERLIST, + F_GEM, +}; + + #endif -- cgit v1.2.3