aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/libbb_udhcp.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 17:05:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 17:05:44 +0000
commit239369b3685473094b2661c05634dfbe26f470b1 (patch)
treeed316732ba1856d03153fcba7a4e47fae92c22c5 /networking/udhcp/libbb_udhcp.h
parenta9801658ee4b7f5717d145818428452f864e1015 (diff)
downloadbusybox-239369b3685473094b2661c05634dfbe26f470b1.tar.gz
Fix (hopefully) bug 976. Need more thorough audit.
Restore erroneously removed FEATURE_UDHCP_SYSLOG.
Diffstat (limited to 'networking/udhcp/libbb_udhcp.h')
-rw-r--r--networking/udhcp/libbb_udhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h
index b353876d2..ab4ad06a4 100644
--- a/networking/udhcp/libbb_udhcp.h
+++ b/networking/udhcp/libbb_udhcp.h
@@ -21,7 +21,7 @@
#define COMBINED_BINARY
void udhcp_background(const char *pidfile);
-void udhcp_start_log_and_pid(const char *client_server, const char *pidfile);
+void udhcp_start_log_and_pid(const char *pidfile);
void udhcp_run_script(struct dhcpMessage *packet, const char *name);