X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2Fhash.c;h=07936f8c4e3a72d879a0748c4b2b54dd245deaa4;hb=edf815fd8adfc467da9836baf8369da56521c606;hp=fa35ba6d167ac330ad0784fac68ad6383a279ecb;hpb=948ed65c2d5d9ca21c1cfa047db55fc6022dc977;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/hash.c b/x2p/hash.c index fa35ba6..07936f8 100644 --- a/x2p/hash.c +++ b/x2p/hash.c @@ -1,6 +1,7 @@ /* $RCSfile: hash.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:20 $ * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002, + * by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -13,6 +14,10 @@ #include "a2p.h" #include "util.h" +#ifdef NETWARE +char *savestr(char *str); +#endif + STR * hfetch(register HASH *tb, char *key) {