afc_dirmaster_clear

Name

afc_dirmaster_clear  -- Completely clears this DirMaster

Synopsis

int afc_dirmaster_clear ( DirMaster * dm );

Description

This function completely free this DirMaster instance.

Inputs

dm

Pointer to a valid DirMaster instance

Result

should be AFC_ERR_NO_ERROR.

See Also