afc_dictionary_clear

Name

afc_dictionary_clear  -- Clears all stored data

Synopsis

int afc_dictionary_clear ( struct afc_dictionary * dictionary);

Description

Use this function to clear all stored data in the current dictionary instance.

Inputs

dictionary

Pointer to a valid afc_dictionary instance.

Result

should be AFC_ERR_NO_ERROR

See Also