summaryrefslogtreecommitdiffstats
path: root/loader/net.h
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-29 16:07:59 +0000
committerMatt Wilson <msw@redhat.com>1999-08-29 16:07:59 +0000
commite75440c28ad5ef1f6efcc6cf8e84fd8948021471 (patch)
tree321649f174b10930690e36a9c2edc661e05fefe2 /loader/net.h
parent0b4ffe1f5f17b1a00907d053bb35d8e83b7fe487 (diff)
downloadanaconda-e75440c28ad5ef1f6efcc6cf8e84fd8948021471.tar.gz
anaconda-e75440c28ad5ef1f6efcc6cf8e84fd8948021471.tar.xz
anaconda-e75440c28ad5ef1f6efcc6cf8e84fd8948021471.zip
added initLoopback()
Diffstat (limited to 'loader/net.h')
-rw-r--r--loader/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/net.h b/loader/net.h
index 10031a532..f16bb8264 100644
--- a/loader/net.h
+++ b/loader/net.h
@@ -17,5 +17,6 @@ int findHostAndDomain(struct networkDeviceConfig * dev, int flags);
int writeResolvConf(struct networkDeviceConfig * net);
int kickstartNetwork(char * device, struct networkDeviceConfig * netDev,
int flags);
+void initLoopback(void);
#endif