home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PPL4C11.ZIP / ZMODEM.H < prev   
Encoding:
C/C++ Source or Header  |  1995-02-01  |  125 b   |  10 lines

  1. /* zmodem.h */
  2.  
  3. #ifndef BOOL
  4. #define BOOL int
  5. #endif
  6.  
  7. BOOL ZmodemTx(int , char *, int);
  8. BOOL ZmodemRx(int, int);
  9.  
  10.