summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-22 19:57:42 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-22 19:57:42 +0800
commitdd061d2c4c0f3f0a5ff7a20587ef3831157fb49d (patch)
tree9d59d16294fb33c276ce305cd628f705b88ef125 /include
parent71202dcbdd8dc68a7ba663880b649020ac8aa53b (diff)
downloadpttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar.gz
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar.bz2
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar.lz
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar.xz
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.tar.zst
pttbbs-dd061d2c4c0f3f0a5ff7a20587ef3831157fb49d.zip
prepare for connect6
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3204 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/modes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h
index d9e110e4..6a4ef66e 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -99,9 +99,10 @@
#define REEDIT 79
#define BLOGGING 80
#define CHESSWATCHING 81
-#define GO 82
+#define UMODE_GO 82
#define DEBUGSLEEPING 83
-#define MODE_MAX 83 /* 所有其他選單動態須在此之前 */
+#define UMODE_CONN6 84
+#define MODE_MAX 85 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */