X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/58d762ea573eb3cfea626bb52ea7a99e24b8a0aa..321e011925f486709cadd1ab873e8847fc84cbca:/hash.c?ds=inline diff --git a/hash.c b/hash.c index 03def74..3aa5d74 100644 --- a/hash.c +++ b/hash.c @@ -5,7 +5,7 @@ * * Copyright 2000-2002 Project Purple * - * $Id: hash.c,v 1.9 2003/10/04 10:21:40 noodles Exp $ + * $Id: hash.c,v 1.10 2003/10/11 21:52:18 noodles Exp $ */ #include @@ -123,7 +123,7 @@ unsigned long hashelements(void) return elements; } -struct ll *gethashtableentry(int entry) +struct ll *gethashtableentry(unsigned int entry) { return hashtable[entry]; }