aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/voting_schedule.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-24 10:06:55 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-24 10:07:09 -0500
commit4fb6d8675f7fd70e788d42b52da3f044bce8ead2 (patch)
tree0150006e7209fb9f6fc2f8cc4aaec7c888340c08 /src/feature/dirauth/voting_schedule.h
parentb7ba558f56da643857884761f6a52262c7aa51b8 (diff)
downloadtor-4fb6d8675f7fd70e788d42b52da3f044bce8ead2.tar.gz
tor-4fb6d8675f7fd70e788d42b52da3f044bce8ead2.zip
Rename voting_schedule_*() functions.
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ voting_schedule_recalculate_timing dirauth_sched_recalculate_timing \ voting_schedule_get_start_of_next_interval voting_sched_get_start_of_interval_after \ voting_schedule_get_next_valid_after_time dirauth_sched_get_next_valid_after_time
Diffstat (limited to 'src/feature/dirauth/voting_schedule.h')
-rw-r--r--src/feature/dirauth/voting_schedule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dirauth/voting_schedule.h b/src/feature/dirauth/voting_schedule.h
index a3bb9cfd1d..0b2ce0f12a 100644
--- a/src/feature/dirauth/voting_schedule.h
+++ b/src/feature/dirauth/voting_schedule.h
@@ -53,9 +53,9 @@ typedef struct {
extern voting_schedule_t voting_schedule;
-void voting_schedule_recalculate_timing(const or_options_t *options,
+void dirauth_sched_recalculate_timing(const or_options_t *options,
time_t now);
-time_t voting_schedule_get_next_valid_after_time(void);
+time_t dirauth_sched_get_next_valid_after_time(void);
#endif /* !defined(TOR_VOTING_SCHEDULE_H) */