From 9296260a7858f0e9cb4d0123bdabd72f1e457bbd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 19 Aug 2009 14:20:13 +0200 Subject: net: split NetLoop in NetLoop and NetLoopInit Signed-off-by: Sascha Hauer --- include/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/net.h') diff --git a/include/net.h b/include/net.h index add62733cb..86c3340005 100644 --- a/include/net.h +++ b/include/net.h @@ -315,6 +315,9 @@ extern IPaddr_t NetNtpServerIP; /* the ip address to NTP */ extern int NetTimeOffset; /* offset time from UTC */ /* Initialize the network adapter */ +int NetLoopInit(proto_t); + +/* Do the work */ int NetLoop(proto_t); /* Shutdown adapters and cleanup */ -- cgit v1.2.3