#include <hashTable.h>

Data Fields | |
| int | contactIndex |
| char * | contactName |
| struct contactToIndexStruct * | next |
Definition at line 64 of file hashTable.h.
| int contactIndex |
Definition at line 68 of file hashTable.h.
Referenced by deleteContactRecord(), and insertContactRecord().
| char* contactName |
Definition at line 66 of file hashTable.h.
Referenced by deleteContactRecord(), and insertContactRecord().
struct contactToIndexStruct* next [read] |
Definition at line 70 of file hashTable.h.
Referenced by deleteContactRecord(), and insertContactRecord().
1.5.6