summaryrefslogtreecommitdiff
path: root/external/htable.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-30external: htable: remove config.h inclusionDavid Herrmann1-1/+0
There is no need to include config.h manually so remove this to avoid compilation errors when compiling external applications. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-07-01misc: remove glib dependencyDavid Herrmann1-0/+176
This adds a new drop-in replacement for the glib hashtable implementation. The hash table can be found at github: github.com/rustyrussel/ccan It's licensed under the terms of the LGPL and perfect for our implementation. Please see COPYING for license information. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>