Index: dhcpcd.h |
diff --git a/dhcpcd.h b/dhcpcd.h |
index 6b1d727ebc1b85ba5153384fd5a653b9bb13e7ec..ae6ba50546de5bdd2ca4d9c48a881c3daff67d31 100644 |
--- a/dhcpcd.h |
+++ b/dhcpcd.h |
@@ -128,12 +128,14 @@ void handle_ifa(int, const char *, |
struct in_addr *, struct in_addr *, struct in_addr *); |
void handle_exit_timeout(void *); |
void start_interface(void *); |
+void stop_interface(struct interface *iface); |
void start_discover(void *); |
void start_request(void *); |
void start_renew(void *); |
void start_rebind(void *); |
void start_reboot(struct interface *); |
void start_expire(void *); |
+void send_release(struct interface *); |
void send_decline(struct interface *); |
void close_sockets(struct interface *); |
void drop_config(struct interface *, const char *); |