=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/ohash.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/include/Attic/ohash.h 2003/06/26 19:34:17 1.5 +++ src/include/Attic/ohash.h 2003/08/01 17:38:33 1.6 @@ -1,6 +1,6 @@ #ifndef OHASH_H #define OHASH_H -/* $OpenBSD: ohash.h,v 1.5 2003/06/26 19:34:17 avsm Exp $ */ +/* $OpenBSD: ohash.h,v 1.6 2003/08/01 17:38:33 avsm Exp $ */ /* ex:ts=8 sw=4: */ @@ -68,7 +68,8 @@ unsigned int ohash_lookup_interval(struct ohash *, const char *, const char *, u_int32_t); unsigned int ohash_lookup_memory(struct ohash *, const char *, - size_t, u_int32_t); + size_t, u_int32_t) + __attribute__ ((__bounded__(__string__,2,3))); void *ohash_find(struct ohash *, unsigned int); void *ohash_remove(struct ohash *, unsigned int); void *ohash_insert(struct ohash *, unsigned int, void *);