Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
diff PrivateHash.h @ 32:bd376656f8ab
assuming you were not having fun thinking up silly ways to write 0
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 24 Apr 2013 16:35:19 +0200 |
| parents | ac99f4a8ce22 |
| children |
line diff
1.1 --- a/PrivateHash.h Wed Mar 06 14:35:01 2013 +0100 1.2 +++ b/PrivateHash.h Wed Apr 24 16:35:19 2013 +0200 1.3 @@ -80,6 +80,7 @@ 1.4 void *getValueFromTable32( uint32 key[], HashTable *table ); 1.5 1.6 bool32 deleteEntryFromTable32( uint32 key[], HashTable *table ); 1.7 +int32 hashThisKey32( uint32 *key, HashTable *hashTable ); 1.8 1.9 //=========================================================================== 1.10 // Internal functions
