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 6c1dd5cf7..e89eed90e 100644
--- a/loader/net.h
+++ b/loader/net.h
@@ -13,5 +13,7 @@ int readNetConfig(char * device, struct networkDeviceConfig * dev,
int configureNetwork(struct networkDeviceConfig * dev);
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);
#endif