home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / soss.arj / INCLUDE / TFTP.H < prev    next >
C/C++ Source or Header  |  1991-04-11  |  464b  |  14 lines

  1. /* Copyright 1986 by Carnegie Mellon */
  2. /*  Copyright 1984 by the Massachusetts Institute of Technology  */
  3.  
  4. /* TFTP randoms */
  5. #define    GET    10        /* GET file from other host to here */
  6. #define    PUT    11        /* PUT file on other host */
  7. #define    ASCII    1        /* transfer as netascii */
  8. #define    IMAGE    2        /* transfer as image */
  9. #define    TEST    3        /* test mode - diskless */
  10. #define    OCTET    4        /* octet mode - same as image */
  11.  
  12. long tftpuse(), atol();
  13. extern long cticks;
  14.