mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Remove another needless typedef
This commit is contained in:
parent
72e30f26ec
commit
1da9741bca
1 changed files with 0 additions and 2 deletions
|
@ -117,9 +117,7 @@ extern uint32_t rephist_total_num;
|
||||||
#ifdef TOR_UNIT_TESTS
|
#ifdef TOR_UNIT_TESTS
|
||||||
extern int onion_handshakes_requested[MAX_ONION_HANDSHAKE_TYPE+1];
|
extern int onion_handshakes_requested[MAX_ONION_HANDSHAKE_TYPE+1];
|
||||||
extern int onion_handshakes_assigned[MAX_ONION_HANDSHAKE_TYPE+1];
|
extern int onion_handshakes_assigned[MAX_ONION_HANDSHAKE_TYPE+1];
|
||||||
typedef struct bw_array_t bw_array_t;
|
|
||||||
extern bw_array_t *write_array;
|
extern bw_array_t *write_array;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue