Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3709)

Unified Diff: dhcpcd.h

Issue 2965010: Various dhcpcd fixups. (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dhcpcd.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 *);
« no previous file with comments | « no previous file | dhcpcd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698