blob: cde7675e2f69f945fc7cca2fa68a71c4b717e17f [file] [log] [blame]
bigbiff bigbiff9c754052013-01-09 09:09:08 -050012002-12-09 added list_empty() and hash_empty() functions
2
32002-09-12 fixed list_iterate function to return -1 if it gets
4 an invalid argument
5
6 include <config.h> and <compat.h> from source files, not
7 from header file, since header file is sometimes
8 installed as part of a user-visible API
9 (those APIs should eventually be redesigned without the
10 listhash code being publicly visible, but for now we
11 need to accomodate this)
12
132002-07-07 modified list iterate function to return int
14 (returns -1 if plugin function returns -1)
15