blob: e3dfb2628aa51bf140d2df6b2e32995aa53fce01 [file] [log] [blame]
wdenk592ec2c2000-12-28 11:02:30 +00001/*
2 * LiMon - BOOTP/TFTP.
3 *
4 * Copyright 1994, 1995, 2000 Neil Russell.
5 * (See License)
6 */
7
8#ifndef __TFTP_H__
9#define __TFTP_H__
10
11/**********************************************************************/
12/*
13 * Global functions and variables.
14 */
15
16/* tftp.c */
17extern void TftpStart (void); /* Begin TFTP get */
18
19/**********************************************************************/
20
21#endif /* __TFTP_H__ */