From 592ec2c500a36765b04e679c21413a9eccfe1e69 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 28 Dec 2000 11:02:30 +0000 Subject: Initial revision --- net/tftp.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net/tftp.h (limited to 'net/tftp.h') diff --git a/net/tftp.h b/net/tftp.h new file mode 100644 index 000000000..e3dfb2628 --- /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__ */ -- cgit v1.2.3