diff options
Diffstat (limited to 'net/tftp.h')
-rw-r--r-- | net/tftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 /**********************************************************************/ |