Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
comparison PrivateHash.c @ 6:ec5c00d4023e
Build process fix
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 22 Jun 2011 16:51:29 +0200 |
| parents | e072db5aa783 |
| children | 8b225987970d |
comparison
equal
deleted
inserted
replaced
| 4:5de93c6d80b3 | 5:83f978076f38 |
|---|---|
| 11 #include <string.h> | 11 #include <string.h> |
| 12 #include <errno.h> | 12 #include <errno.h> |
| 13 #include <stdlib.h> | 13 #include <stdlib.h> |
| 14 | 14 |
| 15 #include "PrivateHash.h" | 15 #include "PrivateHash.h" |
| 16 #include "../vmalloc.h" | |
| 16 | 17 |
| 17 | 18 |
| 18 HashTable * | 19 HashTable * |
| 19 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) | 20 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) |
| 20 { HashTable * retTable; | 21 { HashTable * retTable; |
