afc_dictionary_delete

Name

afc_dictionary_delete  -- Disposes a valid dictionary instance.

Synopsis

int afc_dictionary_delete (struct afc_dictionary * dictionary);

Description

This function frees an already alloc'd afc_dictionary structure.

Inputs

dictionary

Pointer to a valid afc_dictionary class.

Result

should be AFC_ERR_NO_ERROR

Note

See Also