diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/net.h b/include/net.h index 01f7159a0..018a74402 100644 --- a/include/net.h +++ b/include/net.h @@ -364,7 +364,8 @@ extern int		NetState;		/* Network loop state		*/  extern int		NetRestartWrap;		/* Tried all network devices	*/  #endif -typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP } proto_t; +typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, +	       TFTPSRV } proto_t;  /* from net/net.c */  extern char	BootFile[128];			/* Boot File name		*/ |