X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Ftftp.h;h=2b686e3ca6a0d52778fedb66706f9882c19855ac;hb=335143c76612a0ae26eef8abeda77641d4f63b50;hp=3abdf7bc267f3b7219f4af7512eb13d077cfcbbf;hpb=e59e35620af0d57de75cddb9ec3f19449b998868;p=oweals%2Fu-boot.git diff --git a/net/tftp.h b/net/tftp.h index 3abdf7bc26..2b686e3ca6 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -16,12 +16,15 @@ */ /* tftp.c */ -extern void TftpStart (void); /* Begin TFTP get */ +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__ */