summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-18 10:25:52 +0000
committerRoy Marples <roy@marples.name>2008-12-18 10:25:52 +0000
commit5f14fcaa61142ae7c5314af12a829479ecf99ea2 (patch)
tree5e2509af6d11d53f9afa469f4c97212670fc4143 /dhcpcd.c
parent8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (diff)
downloaddhcpcd-5f14fcaa61142ae7c5314af12a829479ecf99ea2.tar.xz
send_request is no longer a public interface.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index e691eb2c..49d48a8e 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -316,7 +316,7 @@ send_discover(void *arg)
send_message((struct interface *)arg, DHCP_DISCOVER, send_discover);
}
-void
+static void
send_request(void *arg)
{
send_message((struct interface *)arg, DHCP_REQUEST, send_request);