common: added a simple hash table implementation.
authorKrisztian Litkey <kli@iki.fi>
Fri, 6 Apr 2012 11:13:36 +0000 (14:13 +0300)
committerKrisztian Litkey <kli@iki.fi>
Fri, 6 Apr 2012 11:13:36 +0000 (14:13 +0300)
commit1beb6f63170fef1c26502e0f27925765067c7762
tree801947c7029b70dadc236d8e09b55f39a4080355
parentc48623e0f3b6197dddd12785053c05983b935dc7
common: added a simple hash table implementation.
src/common/hashtbl.c [new file with mode: 0644]
src/common/hashtbl.h [new file with mode: 0644]