afc_hash_master_delete

Name

afc_hash_master_delete  -- Disposes a valid hash_master instance.

Synopsis

int afc_hash_master_delete (struct afc_hash_master * hash_master);

Description

This function frees an already alloc'd afc_hash_master structure.

Inputs

hash_master

Pointer to a valid afc_hash_master class.

Result

should be AFC_ERR_NO_ERROR

Note

See Also