diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-12-29 18:54:48 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-12-29 18:54:48 +0000 |
commit | 216d6ff52a791c08a17292a28f35b164f36dfb0d (patch) | |
tree | 98171712d0a98032320afcfda1d470f72bb20545 /include | |
parent | 662b3b70f6b0215ecda6fcfa32f11854feb2673a (diff) |
zap unused ohash_lookup_string declaration; ok espie
Diffstat (limited to 'include')
-rw-r--r-- | include/ohash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ohash.h b/include/ohash.h index f0e534e780f..7b40fc1c059 100644 --- a/include/ohash.h +++ b/include/ohash.h @@ -1,6 +1,6 @@ #ifndef OHASH_H #define OHASH_H -/* $OpenBSD: ohash.h,v 1.7 2004/06/22 20:00:16 espie Exp $ */ +/* $OpenBSD: ohash.h,v 1.8 2005/12/29 18:54:47 jaredy Exp $ */ /* ex:ts=8 sw=4: */ @@ -52,7 +52,6 @@ __BEGIN_DECLS void ohash_init(struct ohash *, unsigned, struct ohash_info *); void ohash_delete(struct ohash *); -unsigned int ohash_lookup_string(struct ohash *, const char *, u_int32_t); unsigned int ohash_lookup_interval(struct ohash *, const char *, const char *, u_int32_t); unsigned int ohash_lookup_memory(struct ohash *, const char *, |