home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / libs / lib_coll.lha / FRQLIB.LZH / Programming.LZH / protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-29  |  643 b   |  18 lines

  1. /* Prototypes */
  2.  
  3. char *NewFReq( struct FRequest * );
  4. struct FRequest *CreateFRequest( void );
  5. void DeleteFRequest( struct FRequest * );
  6. long NewPatMatch( UBYTE *, UBYTE * );
  7. void NewPath( UBYTE * );
  8. char *NextSelectEntry( struct FRequest * );
  9. void FlushFRBuffers( struct FRequest * );
  10.  
  11. #pragma libcall KD_FReqBase NewPath         42 801
  12. #pragma libcall KD_FReqBase NewPatMatch     48 9802
  13. #pragma libcall KD_FReqBase NewFReq         30 801
  14. #pragma libcall KD_FReqBase CreateFRequest  36 0
  15. #pragma libcall KD_FReqBase DeleteFRequest  3c 801
  16. #pragma libcall KD_FReqBase NextSelectEntry 4e 801
  17. #pragma libcall KD_FReqBase FlushFRBuffers  54 801
  18.