X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/58d762ea573eb3cfea626bb52ea7a99e24b8a0aa..316f1bb1d6915d509f9bee0508922858b103d243:/hash.c diff --git a/hash.c b/hash.c index 03def74..66ae5e5 100644 --- a/hash.c +++ b/hash.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple - * - * $Id: hash.c,v 1.9 2003/10/04 10:21:40 noodles Exp $ */ #include @@ -123,7 +121,7 @@ unsigned long hashelements(void) return elements; } -struct ll *gethashtableentry(int entry) +struct ll *gethashtableentry(unsigned int entry) { return hashtable[entry]; }