kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
version.cpp
Go to the documentation of this file.
1
11#include <hooks/hooks.h>
12
13extern "C" {
18{
19 return KEA_HOOKS_VERSION;
20}
21}
int version()
Symbol for presenting the hooks version this hook was built with to a Kea process on load time.
Definition: version.cpp:17