From 58f317d1823c34b41990f21931d143a6606f5507 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 24 Oct 2011 18:00:05 +0000 Subject: net: tftpput: Support selecting get/put for tftp TftpStart should support starting either a get or a put. Signed-off-by: Simon Glass --- net/tftp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/tftp.c') diff --git a/net/tftp.c b/net/tftp.c index 6d46bbbe7c..7e3bb3dc24 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -595,8 +595,7 @@ TftpTimeout(void) } -void -TftpStart(void) +void TftpStart(enum proto_t protocol) { char *ep; /* Environment pointer */ -- cgit v1.2.3