home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes */
-
- char *NewFReq( struct FRequest * );
- struct FRequest *CreateFRequest( void );
- void DeleteFRequest( struct FRequest * );
- long NewPatMatch( UBYTE *, UBYTE * );
- void NewPath( UBYTE * );
- char *NextSelectEntry( struct FRequest * );
- void FlushFRBuffers( struct FRequest * );
-
- #pragma libcall KD_FReqBase NewPath 42 801
- #pragma libcall KD_FReqBase NewPatMatch 48 9802
- #pragma libcall KD_FReqBase NewFReq 30 801
- #pragma libcall KD_FReqBase CreateFRequest 36 0
- #pragma libcall KD_FReqBase DeleteFRequest 3c 801
- #pragma libcall KD_FReqBase NextSelectEntry 4e 801
- #pragma libcall KD_FReqBase FlushFRBuffers 54 801
-