#include <hash.h>
Data Fields | |
| void * | data |
| int | flags |
| long | key |
Definition at line 10 of file hash.h.
| void* data |
Definition at line 11 of file hash.h.
Referenced by hash_get(), and hash_insert().
| int flags |
Definition at line 12 of file hash.h.
Referenced by hash_delete(), hash_get(), and hash_insert().
| long key |
Definition at line 13 of file hash.h.
Referenced by hash_delete(), hash_get(), and hash_insert().
1.6.3