diff options
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r-- | src/pluto/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h index 26efd0013..9b1d57a88 100644 --- a/src/pluto/kernel.h +++ b/src/pluto/kernel.h @@ -151,6 +151,7 @@ extern void record_and_initiate_opportunistic(const ip_subnet * , const char *why); extern void init_kernel(void); +extern void kernel_finalize(void); extern bool trap_connection(struct connection *c); extern void unroute_connection(struct connection *c); |