home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
600-699
/
ff687.lha
/
XPRD
/
src
/
xpr.h
< prev
next >
Wrap
Text File
|
1992-06-26
|
161b
|
10 lines
/*
Protos for XPR
*/
int xprinit(char*);
int xprsend(void);
int xprreceive(void);
void xprclose(void);
void __stdargs plog(char,char*,long arg1,long arg2);