From 97f9fddf5707854d3985078858aacd18b3a5d49f Mon Sep 17 00:00:00 2001 From: jaredy <> Date: Thu, 29 Dec 2005 18:54:47 +0000 Subject: [PATCH] zap unused ohash_lookup_string declaration; ok espie --- src/include/ohash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/ohash.h b/src/include/ohash.h index f0e534e7..7b40fc1c 100644 --- a/src/include/ohash.h +++ b/src/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 *,