afc_dirmaster_is_empty

Name

afc_dirmaster_is_empty  -- Checks if the DirMaster is empty

Synopsis

short afc_dirmaster_is_empty ( DirMaster * dm );

Description

This function checks whether the current DirMaster list contains some data or not.

Inputs

dm

Pointer to a valid DirMaster instance

Result

TRUE

The DirMaster is empty

FALSE

The DirMaster contains some data

See Also