blob: 6b1bde6822424e71de4b038a2199ed87f88f8424 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef TOR_TEST_HELPER_H
#define TOR_TEST_HELPER_H
/* Number of descriptors contained in test_descriptors.txt. */
#define HELPER_NUMBER_OF_DESCRIPTORS 8
void helper_setup_fake_routerlist(void);
#endif
|