Initial revision

This commit is contained in:
wdenk
2000-12-28 11:02:30 +00:00
parent c452f983d4
commit 592ec2c500
2 changed files with 61 additions and 0 deletions

21
net/tftp.h Normal file
View File

@ -0,0 +1,21 @@
/*
* LiMon - BOOTP/TFTP.
*
* Copyright 1994, 1995, 2000 Neil Russell.
* (See License)
*/
#ifndef __TFTP_H__
#define __TFTP_H__
/**********************************************************************/
/*
* Global functions and variables.
*/
/* tftp.c */
extern void TftpStart (void); /* Begin TFTP get */
/**********************************************************************/
#endif /* __TFTP_H__ */