summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv6.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-10-13 12:09:28 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-10-13 14:44:33 +0200
commit5dfb716333ad12b86312ef5d8c824ea1ed3df26b (patch)
tree5df50754b419c5dfb95e7a672189ee7f6d0a6c4b /src/dhcpv6.h
parentf0bce9cdd0f2d0e21e0d64cb7b653521d18040e2 (diff)
treewide: align function naming
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/dhcpv6.h')
-rw-r--r--src/dhcpv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.h b/src/dhcpv6.h
index de815cf..fe05ae5 100644
--- a/src/dhcpv6.h
+++ b/src/dhcpv6.h
@@ -192,7 +192,7 @@ int dhcpv6_init_ia(struct interface *iface, int socket);
ssize_t dhcpv6_handle_ia(uint8_t *buf, size_t buflen, struct interface *iface,
const struct sockaddr_in6 *addr, const void *data, const uint8_t *end);
int dhcpv6_ia_init(void);
-int setup_dhcpv6_ia_interface(struct interface *iface, bool enable);
+int dhcpv6_setup_ia_interface(struct interface *iface, bool enable);
void dhcpv6_enum_ia_addrs(struct interface *iface, struct dhcpv6_assignment *c, time_t now,
dhcpv6_binding_cb_handler_t func, void *arg);
void dhcpv6_write_statefile(void);