summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modes.h3
-rw-r--r--include/proto.h1
2 files changed, 3 insertions, 1 deletions
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);