home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / YAK211SR.LHA / Yak_2.11_Src / Prefs / Include / sas_lists.h < prev   
Encoding:
Text File  |  1995-11-16  |  303 b   |  10 lines

  1. /* The following lists manipulation functions are not needed for DICE
  2.  * because they are already implemented in DICE c.lib 
  3.  */
  4.  
  5. void *GetHead(const struct MinList *List);
  6. void *GetSucc(const struct MinNode *Node);
  7. void *GetTail(const struct MinList *List);
  8. void *GetPred(const struct MinNode *Node);
  9.  
  10.