diff options
author | Francis Dupont <fdupont@isc.org> | 2016-11-03 09:36:56 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-11-03 09:36:56 +0100 |
commit | e4dcd805cc48b71a6f24e41ff8d4a212212f04b1 (patch) | |
tree | a8a849d47c3105c057b54451512777e12dbd10f5 /tests | |
parent | e0735300c02e9ba47605a174ea3a3f79e98cda28 (diff) | |
download | isc-dhcp-e4dcd805cc48b71a6f24e41ff8d4a212212f04b1.tar.gz |
Merged rt43473 (libtool instal)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/t_api_dhcp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t_api_dhcp.c b/tests/t_api_dhcp.c index 9ef221a1..718758e1 100644 --- a/tests/t_api_dhcp.c +++ b/tests/t_api_dhcp.c @@ -19,6 +19,11 @@ dhcpv6(struct packet *packet) { } isc_result_t +dhcpv4o6_handler(omapi_object_t *h) { + return ISC_R_NOTIMPLEMENTED; +} + +isc_result_t dhcp_set_control_state(control_object_state_t old, control_object_state_t new) { return ISC_R_NOTIMPLEMENTED; } |