summaryrefslogtreecommitdiffstats
path: root/net/tftp.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:00:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 10:57:40 +0200
commita3a59271109c621072f8cc30af4a3762cae769fb (patch)
treed4826e2bf34a6add54515dd124ca8a85bf91057a /net/tftp.h
parent8fe37b4e2eb20ce789a8b5194b14b2818aae7402 (diff)
downloadbarebox-a3a59271109c621072f8cc30af4a3762cae769fb.tar.gz
barebox-a3a59271109c621072f8cc30af4a3762cae769fb.tar.xz
net: remove switch/case in NetLoop()
Instead of having a big switch/case for every protocol, do the right things in the individual functions before callong NetLoop(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/tftp.h')
-rw-r--r--net/tftp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tftp.h b/net/tftp.h
index e3dfb2628a..7fed2e6b26 100644
--- a/net/tftp.h
+++ b/net/tftp.h
@@ -13,9 +13,6 @@
* Global functions and variables.
*/
-/* tftp.c */
-extern void TftpStart (void); /* Begin TFTP get */
-
/**********************************************************************/
#endif /* __TFTP_H__ */