diff options
Diffstat (limited to 'net/tftp.h')
| -rw-r--r-- | net/tftp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/net/tftp.h b/net/tftp.h index 18e4c9c25..2b686e3ca 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -22,6 +22,9 @@ void TftpStart(enum proto_t protocol);	/* Begin TFTP get/put */  extern void TftpStartServer(void);	/* Wait for incoming TFTP put */  #endif +extern ulong TftpRRQTimeoutMSecs; +extern int TftpRRQTimeoutCountMax; +  /**********************************************************************/  #endif /* __TFTP_H__ */ |