--- lbbs/include/bbs.h 2005/03/02 16:33:49 1.3 +++ lbbs/include/bbs.h 2005/03/22 08:19:11 1.5 @@ -62,13 +62,15 @@ struct user_priv { int sid; int s_priv; - }s_priv_list[BBS_max_section]; + } s_priv_list[BBS_max_section]; int s_count; }; typedef struct user_priv BBS_user_priv; //Session +#define MAX_DELAY_TIME 600 + extern char BBS_username[BBS_max_username_length]; extern BBS_user_priv BBS_priv; extern int BBS_passwd_complex;