Skip to content
Snippets Groups Projects
Unverified Commit 684b396c authored by Nick Mathewson's avatar Nick Mathewson :game_die: Committed by teor
Browse files

Remove another needless typedef

parent a0db5ade
No related branches found
No related tags found
No related merge requests found
......@@ -117,9 +117,7 @@ extern uint32_t rephist_total_num;
#ifdef TOR_UNIT_TESTS
extern int onion_handshakes_requested[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;
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment