From aa3c7323761d6e546f0581a5bb78543517fc6892 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 14:11:01 +0400 Subject: [PATCH] switching back on nd_dict instead of ratbox3 hash functions --- include/hash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hash.h b/include/hash.h index 0f63d58..2f91fa0 100644 --- a/include/hash.h +++ b/include/hash.h @@ -27,6 +27,8 @@ #ifndef INCLUDED_hash_h #define INCLUDED_hash_h +extern struct Dictionary *nd_dict; + extern rb_dlink_list resvTable[]; extern rb_dlink_list ndTable[];