X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Ftftp.h;h=18e4c9c25d72debace773afa62e873ba372c62fd;hb=8bdd7efa2336310941e818f0b441ddc3946721de;hp=c51aa253c4707fdb476442c843a9b85cbef2e461;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=oweals%2Fu-boot.git diff --git a/net/tftp.h b/net/tftp.h index c51aa253c4..18e4c9c25d 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -19,7 +19,7 @@ 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 /**********************************************************************/