[BACK]Return to ohash.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/ohash.h between version 1.5 and 1.6

version 1.5, 2003/06/26 19:34:17 version 1.6, 2003/08/01 17:38:33
Line 68 
Line 68 
 unsigned int ohash_lookup_interval(struct ohash *, const char *,  unsigned int ohash_lookup_interval(struct ohash *, const char *,
             const char *, u_int32_t);              const char *, u_int32_t);
 unsigned int ohash_lookup_memory(struct ohash *, const char *,  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_find(struct ohash *, unsigned int);
 void *ohash_remove(struct ohash *, unsigned int);  void *ohash_remove(struct ohash *, unsigned int);
 void *ohash_insert(struct ohash *, unsigned int, void *);  void *ohash_insert(struct ohash *, unsigned int, void *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6