home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
550a.lha
/
BackTalk_v1.46
/
frqlib.lzh
/
Programming.LZH
/
protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-05-16
|
643b
|
18 lines
/* 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