home *** CD-ROM | disk | FTP | other *** search
- /* protos.h file for Associate (C) 1994 Hydra/LSD */
-
- struct Node *GetNode(struct List *lh, UWORD n);
- void UpdateLists( void );
- struct Node *NewNameNode(struct List *NameList,char *str);
- struct TypeNode *NewTypeNode(struct List *TypeList,char *str);
- void FreeNameList(struct List *FileList);
- void FreeNameNode(struct Node *node);
- void FreeTypeList(struct List *TypeList);
- void FreeTypeNode(struct TypeNode *new);
- void SavePrefs( void );
-
-
- /* from GuiHandler.c */
- void DoInfo( char *fname);
- void removeinfo( char *str);
-
-