X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/64f5ae57aece3480ab79a93fc1b310e8b5ce22e9..a614cf7728a54738ca80d920afc6cbe14d5dfda8:/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. */