git-svn-id: http://svn.openzap.org/svn/openzap/trunk@9 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-05-17 01:54:30 +00:00
parent 96300781c8
commit ef2aac954f
6 changed files with 13 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ struct hashtable {
/*****************************************************************************/
unsigned int
hash(struct hashtable *h, void *k);
hash(struct hashtable *h, const void *k);
/*****************************************************************************/
/* indexFor */