home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 511.lha / kd_freq.library_v3.00 / Programming / protos.h < prev    next >
C/C++ Source or Header  |  1991-06-07  |  643b  |  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.