summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
commitf665f13b5bdcb87f19a0681481f6044cbcc109b9 (patch)
tree59dc95cf053cc3e4ee3cbabc18f218f78d866404 /include
parente12b8fb5f87d5bede1af88074cd6c85be93b121c (diff)
downloadpttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.gz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.bz2
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.lz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.xz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.zst
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.zip
- general message update and optimization
- change search_num() to getdata(), allow unified control git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3698 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index a6fb23ec..6bd4bb98 100644
--- a/include/common.h
+++ b/include/common.h
@@ -124,6 +124,7 @@
#define NOECHO 0
#define DOECHO 1
#define LCECHO 2
+#define NUMECHO 4
#define YEA 1 /* Booleans (Yep, for true and false) */
#define NA 0