Merge remote-tracking branch 'u-boot-imx/master'
[platform/kernel/u-boot.git] / net / tftp.h
index 3abdf7b..18e4c9c 100644 (file)
  */
 
 /* 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
 
 /**********************************************************************/