X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Ftftp.h;h=2b686e3ca6a0d52778fedb66706f9882c19855ac;hb=ee8259623e57acf738aee548a8e9bee0a543f3f0;hp=18e4c9c25d72debace773afa62e873ba372c62fd;hpb=8fa3d2b8161bb73b759c9db5c811c885ca5ec60c;p=oweals%2Fu-boot.git diff --git a/net/tftp.h b/net/tftp.h index 18e4c9c25d..2b686e3ca6 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__ */