summaryrefslogtreecommitdiffstats
path: root/loader/net.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-08 14:04:09 +0000
committerErik Troan <ewt@redhat.com>1999-08-08 14:04:09 +0000
commitdd72b2827c5d572fd1d0c78b8893cc04e3987369 (patch)
treee19479bc0f9e20d98f79b5a974e2e73cadc32f73 /loader/net.h
parentd82ac2b39e519eeea76c40973833d02e22ddc1b5 (diff)
downloadanaconda-dd72b2827c5d572fd1d0c78b8893cc04e3987369.tar.gz
anaconda-dd72b2827c5d572fd1d0c78b8893cc04e3987369.tar.xz
anaconda-dd72b2827c5d572fd1d0c78b8893cc04e3987369.zip
added hostname checking and resolv.conf creation
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