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 >
Text File  |  1992-06-26  |  161b  |  10 lines

  1. /*
  2.     Protos for XPR
  3. */
  4. int xprinit(char*);
  5. int xprsend(void);
  6. int xprreceive(void);
  7. void xprclose(void);
  8.  
  9. void __stdargs plog(char,char*,long arg1,long arg2);
  10.