Browse Source

zap unused ohash_lookup_string declaration; ok espie

OPENBSD_3_9
jaredy 18 years ago
parent
commit
97f9fddf57
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/ohash.h

+ 1
- 2
src/include/ohash.h View File

@ -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 *,


Loading…
Cancel
Save