afc_fstree_clear

Name

afc_fstree_clear  -- Clears all stored data

Synopsis

int afc_fstree_clear ( FSTree * fst);

Description

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

Inputs

fst

Pointer to a valid FSTree instance.

Result

should be AFC_ERR_NO_ERROR

Note

See Also