/* Prototypes for functions defined in
C/List.c
 */

int CountIntuiObjects(int );

int CountDevices(long );

int CountNodes(LIST * );

int CountNodesType(LIST * , UBYTE );

int CountMemory(void);

int NoEntries(void);

void RefreshList(int );

extern RSYS_ScrollEntry * SaveEntries;

extern LIST SavedList;

extern int SaveID;

extern int Savecountentries;

void SaveCurrentList(void);

void RestoreList(void);

void KillList(void);

