summaryrefslogtreecommitdiff
path: root/x2p/hash.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-22 15:15:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-22 15:15:22 +0000
commit011f1a1a00b94fe919083a224d5df636f05ae32a (patch)
treecd77ae1fdc3803f999aabf2d8c618c7a1a9a0a76 /x2p/hash.c
parente41d30bc98dce1dea5c4a5747bd838c25bdeda5d (diff)
downloadperl-011f1a1a00b94fe919083a224d5df636f05ae32a.tar.gz
NetWare changeover from Watcom to Codewarrior, from C Aditya.
p4raw-id: //depot/perl@16076
Diffstat (limited to 'x2p/hash.c')
-rw-r--r--x2p/hash.c4
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)
{