summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-27 20:58:33 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-27 20:58:33 +0000
commit4255802e876f1e4be2cf48439dcc44cd14836ba3 (patch)
tree6aa7eee44c1eb8501a36f183f676950dadceb0cd /loader2/net.h
parentbd592640b57853c9a0307fe1a3148f16bf7d1bfe (diff)
downloadanaconda-4255802e876f1e4be2cf48439dcc44cd14836ba3.tar.gz
anaconda-4255802e876f1e4be2cf48439dcc44cd14836ba3.tar.xz
anaconda-4255802e876f1e4be2cf48439dcc44cd14836ba3.zip
fix dhcp to actually have a device to get a dhcp request for
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader2/net.h b/loader2/net.h
index c1e82f112..68390289e 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -45,6 +45,7 @@ int kickstartNetworkUp(struct loaderData_s * loaderData,
int flags);
char * setupInterface(struct networkDeviceConfig *dev);
-char * doDhcp(struct networkDeviceConfig *dev, char * dhcpclass);
+char * doDhcp(char * ifname,
+ struct networkDeviceConfig *dev, char * dhcpclass);
#endif