include/libtu/map.h

changeset 51
2d95d77aa954
parent 36
63cd573ffbcf
child 53
f8f9366b359c
--- 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 */

mercurial