diff options
Diffstat (limited to 'x2p/hash.c')
-rw-r--r-- | x2p/hash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x2p/hash.c b/x2p/hash.c index ac8caa2bbc..dbdc928424 100644 --- a/x2p/hash.c +++ b/x2p/hash.c @@ -13,6 +13,10 @@ #include "a2p.h" #include "util.h" +#ifdef NETWARE +char *savestr(char *str); +#endif + STR * hfetch(register HASH *tb, char *key) { |