kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
callout.hpp
Go to the documentation of this file.
1
13#pragma once
14
15#include <dhcp/dhcp4.h>
16#include <hooks/hooks.h>
17
18extern "C" {
19int lease4_select(isc::hooks::CalloutHandle&);
20int lease4_renew(isc::hooks::CalloutHandle&);
21}
int lease4_select(isc::hooks::CalloutHandle &)
Definition: callout.cpp:11
int lease4_renew(isc::hooks::CalloutHandle &)
Definition: callout.cpp:22