summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-23 01:58:52 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-23 01:58:52 +0800
commit4404826b6a3baa886cace4a173ff61d72ccc20c2 (patch)
tree18cbb827f6468f3a28d8e22b3763a7ac11d4b34c /include/bbs.h
parenta83cd092223f8efd9cd6bd8cd3d02134ad26c372 (diff)
downloadpttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar.gz
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar.bz2
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar.lz
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar.xz
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.tar.zst
pttbbs-4404826b6a3baa886cace4a173ff61d72ccc20c2.zip
support DETECT_CLIENT, hash telnet sequence.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3298 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 4931ef99..43352242 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -53,6 +53,7 @@ typedef time_t time4_t;
#include "modes.h"
#include "chess.h"
#include "proto.h"
+#include "fnv_hash.h"
#ifdef ASSESS
#include "assess.h"