diff options
Diffstat (limited to 'src/feature/control/control_events.h')
-rw-r--r-- | src/feature/control/control_events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_events.h b/src/feature/control/control_events.h index 74bbc0047d..4f960b2443 100644 --- a/src/feature/control/control_events.h +++ b/src/feature/control/control_events.h @@ -164,6 +164,7 @@ int control_event_buildtimeout_set(buildtimeout_set_event_t type, int control_event_signal(uintptr_t signal); void control_event_bootstrap(bootstrap_status_t status, int progress); +int control_get_bootstrap_percent(void); MOCK_DECL(void, control_event_bootstrap_prob_or,(const char *warn, int reason, or_connection_t *or_conn)); |