X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=hash.h;h=59a5901c49081afa4fe9e0fc7f84c21ff1325ab0;hb=a57a146ebc3f15f1ba2dfe8ecb9b59702fb8f799;hp=6cb02165f1a6a85e68b15ee88522f453197626c4;hpb=5913c95f2c7abf4c3cb06e27d384d80fb4c83547;p=onak.git diff --git a/hash.h b/hash.h index 6cb0216..59a5901 100644 --- a/hash.h +++ b/hash.h @@ -71,6 +71,6 @@ unsigned long hashelements(void); * Gets a particular entry from the hash. Useful for doing something over * all entries in the hash. */ -struct ll *gethashtableentry(int entry); +struct ll *gethashtableentry(unsigned int entry); #endif /* __HASH_H__ */