bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 1 | 2002-12-09 added list_empty() and hash_empty() functions |
| 2 | |
| 3 | 2002-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 | |
| 13 | 2002-07-07 modified list iterate function to return int |
| 14 | (returns -1 if plugin function returns -1) |
| 15 | |