summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net.h3
1 files changed, 3 insertions, 0 deletions
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 */