diff options
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index 7f0a3d10da..49f7e25be6 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -60,6 +60,7 @@ char *options_get_datadir_fname2_suffix(or_options_t *options, int get_num_cpus(const or_options_t *options); or_state_t *get_or_state(void); +int did_last_state_file_write_fail(void); int or_state_save(time_t now); int options_need_geoip_info(or_options_t *options, const char **reason_out); |