Name
afc_dirmaster_succ -- Gets the next element in the list
Synopsis
FileInfo * afc_dirmaster_succ
( DirMaster * dm );
Description
This function returns the next element in the list.
Inputs
- dm
Pointer to a valid DirMaster instance
Result
a valid pointer to the FileInfo struct in the list, or NULL if
the DirMaster is empty or you already reached the end of the list.