diff options
Diffstat (limited to 'net/tftp.h')
-rw-r--r-- | net/tftp.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tftp.h b/net/tftp.h new file mode 100644 index 0000000..e3dfb26 --- /dev/null +++ b/net/tftp.h @@ -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__ */ |