Name
afc_dictionary_del_item -- Deletes the item provieded
Synopsis
int afc_dictionary_del_item
( struct afc_dictionary * dictionary, char * key );
Description
Use this function to delete the specified element.
Inputs
- dictionary
Pointer to a valid afc_dictionary instance.
- key
Key of the item to delete
Result
should be AFC_ERR_NO_ERROR, or a return value if something went wrong.