summaryrefslogtreecommitdiffstats
path: root/loader/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/net.h')
-rw-r--r--loader/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/net.h b/loader/net.h
index e89eed90e..10031a532 100644
--- a/loader/net.h
+++ b/loader/net.h
@@ -15,5 +15,7 @@ int nfsGetSetup(char ** hostptr, char ** dirptr);
int writeNetInfo(const char * fn, struct networkDeviceConfig * dev);
int findHostAndDomain(struct networkDeviceConfig * dev, int flags);
int writeResolvConf(struct networkDeviceConfig * net);
+int kickstartNetwork(char * device, struct networkDeviceConfig * netDev,
+ int flags);
#endif