afc_hash_master_add

Name

afc_hash_master_add  -- Add a new data to the hash table

Synopsis

int afc_hash_master_add ( HashMaster * hash_master, unsigned long int hash_value, void * data );

Description

This function adds a new data element to the hash table.

Inputs

hash_master

Pointer to a valid afc_hash_master class.

hash_value

Value key for the data being added

data

Data to add to the hash table

Result

should be AFC_ERR_NO_ERROR

See Also