diff options
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r-- | src/pluto/kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h index 06850abfd..26efd0013 100644 --- a/src/pluto/kernel.h +++ b/src/pluto/kernel.h @@ -152,8 +152,6 @@ extern void record_and_initiate_opportunistic(const ip_subnet * extern void init_kernel(void); -extern void scan_proc_shunts(void); - extern bool trap_connection(struct connection *c); extern void unroute_connection(struct connection *c); |