Only seed database for Debian install if we're using default config
[onak.git] / hash.c
diff --git a/hash.c b/hash.c
index 03def747c2fb5d77707316a3eb797af267d811fe..66ae5e54dccfbf3984b54c6807946c8024c8845b 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -4,8 +4,6 @@
  * 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>
@@ -123,7 +121,7 @@ unsigned long hashelements(void)
        return elements;
 }
 
-struct ll *gethashtableentry(int entry)
+struct ll *gethashtableentry(unsigned int entry)
 {
        return hashtable[entry];
 }