X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Ftftp.h;h=2b686e3ca6a0d52778fedb66706f9882c19855ac;hb=ee8259623e57acf738aee548a8e9bee0a543f3f0;hp=c51aa253c4707fdb476442c843a9b85cbef2e461;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=oweals%2Fu-boot.git diff --git a/net/tftp.h b/net/tftp.h index c51aa253c4..2b686e3ca6 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -19,9 +19,12 @@ void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */ #ifdef CONFIG_CMD_TFTPSRV -extern void TftpStartServer(void); /* Wait for incoming TFTP put */ +extern void TftpStartServer(void); /* Wait for incoming TFTP put */ #endif +extern ulong TftpRRQTimeoutMSecs; +extern int TftpRRQTimeoutCountMax; + /**********************************************************************/ #endif /* __TFTP_H__ */