aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirauth/shared_random_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirauth/shared_random_state.h')
-rw-r--r--src/or/dirauth/shared_random_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dirauth/shared_random_state.h b/src/or/dirauth/shared_random_state.h
index 60a326f86c..d31983d187 100644
--- a/src/or/dirauth/shared_random_state.h
+++ b/src/or/dirauth/shared_random_state.h
@@ -140,6 +140,8 @@ STATIC int is_phase_transition(sr_phase_t next_phase);
STATIC void set_sr_phase(sr_phase_t phase);
STATIC sr_state_t *get_sr_state(void);
+STATIC void state_del_previous_srv(void);
+STATIC void state_del_current_srv(void);
#endif /* defined(TOR_UNIT_TESTS) */