Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
comparison PrivateHash.c @ 35:dc1e44b0d702
updated include paths
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 19 Sep 2013 23:59:36 -0700 |
| parents | 049a8d8917c5 |
| children |
comparison
equal
deleted
inserted
replaced
| 20:036970865f00 | 21:34eb86b291dc |
|---|---|
| 4 * | 4 * |
| 5 * | 5 * |
| 6 * Author: seanhalle@yahoo.com | 6 * Author: seanhalle@yahoo.com |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include "PrivateHash.h" | 9 #include <PR__include/prhash.h> |
| 10 #include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" | 10 #include <PR__include/prmalloc.h> |
| 11 | 11 |
| 12 HashTable * | 12 HashTable * |
| 13 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) | 13 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) |
| 14 { HashTable * retTable; | 14 { HashTable * retTable; |
| 15 retTable = PR__malloc( sizeof( HashTable ) ); | 15 retTable = PR__malloc( sizeof( HashTable ) ); |
