--- a/include/libtu/map.h Sat Apr 05 22:24:03 2003 +0200 +++ b/include/libtu/map.h Sat Apr 05 22:32:55 2003 +0200 @@ -17,5 +17,7 @@ /* Return the index of str in map or -1 if not found. */ extern int stringintmap_ndx(const StringIntMap *map, const char *str); - +extern int stringintmap_value(const StringIntMap *map, const char *str, + int dflt); + #endif /* LIBTU_MAP_H */