summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-09 15:14:51 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-09 15:14:51 +0000
commit046e1629066589885e407299833b7ee588cb8e02 (patch)
tree8d0a26186df902bc8ed482f710f7c35876772460 /loader2/net.h
parent4f009b65299be2f63b2b804e57ead1f7092f7626 (diff)
downloadanaconda-046e1629066589885e407299833b7ee588cb8e02.tar.gz
anaconda-046e1629066589885e407299833b7ee588cb8e02.tar.xz
anaconda-046e1629066589885e407299833b7ee588cb8e02.zip
Removed doDhcp(), call pumpDhcpClassRun() directly. Added netlogger() to
catch libdhcp log messages. libdhcp-1.4 removes the forced debugging output that we are seeing right now.
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 3283b3530..7bc2bd1fd 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -50,6 +50,6 @@ int kickstartNetworkUp(struct loaderData_s * loaderData,
int flags);
char * setupInterface(struct networkDeviceConfig *dev);
-char * doDhcp(struct networkDeviceConfig *dev);
+void netlogger(void *arg, int priority, char *fmt, va_list va);
#endif