]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Added str-table API for keeping reference counted strings in a hash table.
authorTimo Sirainen <tss@iki.fi>
Thu, 13 Nov 2014 00:24:46 +0000 (02:24 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 13 Nov 2014 00:24:46 +0000 (02:24 +0200)
commit639587335dfe5d66dc7034817b3e685458ecbee1
tree3ee7dee955f00574b0721a1d7e5089bc4938ec82
parent89ca3ba9e1054b6f0633932225fbf9efe33fb6c6
lib: Added str-table API for keeping reference counted strings in a hash table.
src/lib/Makefile.am
src/lib/str-table.c [new file with mode: 0644]
src/lib/str-table.h [new file with mode: 0644]
src/lib/test-lib.c
src/lib/test-lib.h
src/lib/test-str-table.c [new file with mode: 0644]