]> git.sur5r.net Git - u-boot/blobdiff - net/tftp.h
imximage: Sort bootops alphabetically
[u-boot] / net / tftp.h
index 3abdf7bc267f3b7219f4af7512eb13d077cfcbbf..c51aa253c4707fdb476442c843a9b85cbef2e461 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /* 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 */