
/* MACHINE GENERATED */


/* Date.c               */


/* BindNamesII.c        */

Prototype BOOL Test;
Prototype TEXT PathAddChar;
Prototype STRPTR PathStart;

/* AssignNode.c         */

Prototype struct AssignNode *FindAssignNode( struct MinList *, STRPTR );
Prototype VOID FreePathNode( struct PathNode * );
Prototype VOID FreeAssignNode( struct AssignNode * );
Prototype struct AssignNode *AllocAssignNode( struct MinList *, STRPTR, STRPTR *, BYTE, STRPTR, WORD, WORD );
Prototype VOID FreeAssignList( struct MinList * );
Prototype VOID PrintAssignList( struct MinList * );

/* Dos.c                */

Prototype VOID PrintError( STRPTR, ... );
Prototype VOID PrintNoMem( VOID );
Prototype LONG HaveProc( STRPTR );
Prototype LONG CreateDirPath( STRPTR );
Prototype VOID ClearProcPath( VOID );
Prototype BOOL AddNameProcPath( STRPTR );
