123456789101112131415161718192021222324 |
- #ifndef TOR_GUARDFRACTION_H
- #define TOR_GUARDFRACTION_H
- #ifdef GUARDFRACTION_PRIVATE
- STATIC int
- dirserv_read_guardfraction_file_from_str(const char *guardfraction_file_str,
- smartlist_t *vote_routerstatuses);
- #endif
- int dirserv_read_guardfraction_file(const char *fname,
- smartlist_t *vote_routerstatuses);
- #endif
|