afc_fileops_delete

Name

afc_fileops_delete  -- Dispose a FileOperations object

Synopsis

int afc_fileops_delete ( FileOperations * fo );

Description

This function frees an already alloc'd FileOperations.

Inputs

fo

Pointer to a valid FileOperations class.

Result

the return code should be AFC_ERR_NO_ERROR

See Also