home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / misc / xprxmod.lzh / proto-dlink.h < prev    next >
Encoding:
Text File  |  1990-08-05  |  241 b   |  7 lines

  1. int dl_snd(struct XPR_IO * IO, int (*getch) (struct XPR_IO * IO));
  2. int dl_rcv(struct XPR_IO * IO, void (*putch) (struct XPR_IO * IO, int ch));
  3. void bm_infoinit(struct XPR_IO * IO, int send, long size);
  4.  
  5. #define DT_TIME -1
  6. #define DT_ERR  -2
  7.