summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
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.h
parent8e06ab4a536e79752d8b6fa02910ccea4da0c8cd (diff)
downloaddhcpcd-5f14fcaa61142ae7c5314af12a829479ecf99ea2.tar.xz
send_request is no longer a public interface.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index a70f909e..07d69c24 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -113,7 +113,6 @@ extern struct interface *ifaces;
int handle_args(int, char **);
void handle_exit_timeout(void *);
-void send_request(void *);
void start_interface(void *);
void start_discover(void *);
void start_request(void *);