blob: 4a6718afa008c0656ecae4b762b4d04f257763e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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);
extern const char TEST_DESCRIPTORS[];
#endif
|