X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/64f5ae57aece3480ab79a93fc1b310e8b5ce22e9..46d06c3918b0080af7e87db986612e23bde4a341:/secnet.h diff --git a/secnet.h b/secnet.h index 7fbe157..54f5d07 100644 --- a/secnet.h +++ b/secnet.h @@ -268,6 +268,8 @@ bool_t remove_hook(uint32_t phase, hook_fn *f, void *state); extern uint32_t current_phase; extern void enter_phase(uint32_t new_phase); +void phase_hooks_init(void); /* for main() only */ + /* Some features (like netlink 'soft' routes) require that secnet retain root privileges. They should indicate that here when appropriate. */