* Jonathan McDowell <noodles@earth.li>
*
* Copyright 2000-2002 Project Purple
- *
- * $Id: hash.c,v 1.9 2003/10/04 10:21:40 noodles Exp $
*/
#include <stdio.h>
return elements;
}
-struct ll *gethashtableentry(int entry)
+struct ll *gethashtableentry(unsigned int entry)
{
return hashtable[entry];
}