Name
afc_dirmaster_prev -- Gets the previous element in the list
Synopsis
FileInfo * afc_dirmaster_prev
( DirMaster * dm );
Description
This function returns the previous 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 start of the list.