diff options
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r-- | src/or/rendservice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h index e8a953665b..40198b07ec 100644 --- a/src/or/rendservice.h +++ b/src/or/rendservice.h @@ -71,7 +71,8 @@ struct rend_intro_cell_s { int num_rend_services(void); int rend_config_services(const or_options_t *options, int validate_only); int rend_service_load_all_keys(void); -void rend_services_add_filenames_to_list(smartlist_t *lst); +void rend_services_add_filenames_to_lists(smartlist_t *open_lst, + smartlist_t *stat_lst); void rend_services_introduce(void); void rend_consider_services_upload(time_t now); void rend_hsdir_routers_changed(void); |