tftp.h 413 B

123456789101112131415161718192021
  1. /*
  2. * LiMon - BOOTP/TFTP.
  3. *
  4. * Copyright 1994, 1995, 2000 Neil Russell.
  5. * (See License)
  6. */
  7. #ifndef __TFTP_H__
  8. #define __TFTP_H__
  9. /**********************************************************************/
  10. /*
  11. * Global functions and variables.
  12. */
  13. /* tftp.c */
  14. extern void TftpStart (void); /* Begin TFTP get */
  15. /**********************************************************************/
  16. #endif /* __TFTP_H__ */