summaryrefslogtreecommitdiff
path: root/sbin/dhclient/privsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient/privsep.h')
-rw-r--r--sbin/dhclient/privsep.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h
index 64243ae2c22..c4775e16961 100644
--- a/sbin/dhclient/privsep.h
+++ b/sbin/dhclient/privsep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.h,v 1.40 2017/06/28 16:31:52 krw Exp $ */
+/* $OpenBSD: privsep.h,v 1.41 2017/07/01 23:27:56 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -49,21 +49,21 @@ struct imsg_set_interface_mtu {
int mtu;
};
-int dispatch_imsg(struct interface_info *, struct imsgbuf *);
+int dispatch_imsg(struct interface_info *, int, int, struct imsgbuf *);
void add_direct_route(struct in_addr, struct in_addr, struct in_addr);
void add_default_route(struct in_addr, struct in_addr);
void add_static_routes(struct option_data *, struct in_addr);
void add_classless_static_routes(struct option_data *, struct in_addr);
void priv_add_route(int, struct imsg_add_route *);
-void priv_flush_routes(char *, int);
+void priv_flush_routes(char *, int, int);
char *resolv_conf_contents(char *, struct option_data *,
struct option_data *, struct option_data *);
void write_resolv_conf(u_int8_t *, size_t);
-void priv_write_resolv_conf(int, u_int8_t *, size_t);
+void priv_write_resolv_conf(u_int8_t *, size_t);
-void priv_delete_address(char *, struct imsg_delete_address *);
-void priv_add_address(char *, struct imsg_add_address *);
+void priv_delete_address(char *, int, struct imsg_delete_address *);
+void priv_add_address(char *, int, struct imsg_add_address *);
-void priv_set_interface_mtu(char *, struct imsg_set_interface_mtu *);
+void priv_set_interface_mtu(char *, int, struct imsg_set_interface_mtu *);