From 724516f9d41111196505d07d7deb9c84ec2dca81 Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 24 Jun 2004 08:13:56 +0000 Subject: Angel leaving message. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2079 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/modes.h | 3 ++- include/proto.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/modes.h b/include/modes.h index a2de94a0..6d0cacf6 100644 --- a/include/modes.h +++ b/include/modes.h @@ -59,7 +59,7 @@ #define MAILALL 39 #define MJ 40 #define P_FRIEND 41 -#define LOGIN 42 /* main menu *//* 所有其他選單動態須在此之前 */ +#define LOGIN 42 /* main menu */ #define DICT 43 #define BRIDGE 44 #define ARCHIE 45 @@ -99,6 +99,7 @@ #define REEDIT 79 #define BLOGGING 80 #define CHESSWATCHING 81 +#define MODE_MAX 81 /* 所有其他選單動態須在此之前 */ /* menu.c 中的模式 */ #define QUIT 0x666 /* Return value to abort recursive functions */ diff --git a/include/proto.h b/include/proto.h index 3d349611..a554bddf 100644 --- a/include/proto.h +++ b/include/proto.h @@ -552,6 +552,7 @@ int call_in(userinfo_t *uentp, int fri_stat); int make_connection_to_somebody(userinfo_t *uin, int timeout); #ifdef PLAY_ANGEL int t_changeangel(void); +int t_angelmsg(void); void CallAngel(void); void SwitchBeingAngel(void); void SwitchAngelSex(int); -- cgit v1.2.3