The hashtable routines from hlink.c modified to have more generic names,
authorWayne Davison <wayned@samba.org>
Mon, 3 Sep 2007 04:46:57 +0000 (04:46 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 3 Sep 2007 04:46:57 +0000 (04:46 +0000)
commit369233927c6fc7f398d6ff4ea14ac8d648e19eae
tree8d46ab9af6b981db250fa2b8ce73021b6ad5ccd6
parent7e4b6b7bc47b8ac00fa295ed60e6e13e28fd1a8a
The hashtable routines from hlink.c modified to have more generic names,
to support 2 sizes of key (32 and 64 bits), and to have a non-allocating
option for the find routine (returning NULL for no match).
hashtable.c [new file with mode: 0644]