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

Diff for /src/include/Attic/ohash.h between version 1.9 and 1.10

version 1.9, 2006/01/16 15:52:25 version 1.10, 2012/09/23 15:05:23
Line 65 
Line 65 
 unsigned int ohash_entries(struct ohash *);  unsigned int ohash_entries(struct ohash *);
   
 void *ohash_create_entry(struct ohash_info *, const char *, const char **);  void *ohash_create_entry(struct ohash_info *, const char *, const char **);
 u_int32_t ohash_interval(const char *, const char **);  uint32_t ohash_interval(const char *, const char **);
   
 unsigned int ohash_qlookupi(struct ohash *, const char *, const char **);  unsigned int ohash_qlookupi(struct ohash *, const char *, const char **);
 unsigned int ohash_qlookup(struct ohash *, const char *);  unsigned int ohash_qlookup(struct ohash *, const char *);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10