root/trunk/hash.h
| Revision 11, 223 bytes (checked in by george, 12 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #ifndef _HASH_H_ |
| 2 | #define _HASH_H_ |
| 3 | |
| 4 | typedef struct { |
| 5 | char *hostheader; |
| 6 | int fd; |
| 7 | } hash_element; |
| 8 | |
| 9 | int gethash(void *, hash_element *); |
| 10 | void inshash(hash_element, hash_element *); |
| 11 | int hashpjw(const void *, const int ); |
| 12 | |
| 13 | #endif |
Note: See TracBrowser for help on using the browser.
