home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / tcpip / binsubs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  218 b   |  24 lines

  1. extern int MBsize
  2.   (
  3.     MBFile *mbfp
  4.   );
  5.  
  6. extern int MBread
  7.   (
  8.     MBFile *in,
  9.     void *buffer,
  10.     int size
  11.   );
  12.  
  13. extern int MBwrite
  14.   (
  15.     MBFile *out,
  16.     void *buffer,
  17.     int size
  18.   );
  19.  
  20. extern void MBclose
  21.   (
  22.     MBFile *out
  23.   );
  24.