diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:17:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:17:02 -0500 |
commit | 96211bcf714ac739f605dc0b5b8754418080591f (patch) | |
tree | 7c677d7993a65df2df28171dc7695a4dbab80937 /src/test/testhelper.h | |
parent | 164eeefb9360e20d358f3a08157c5b6227d98ac7 (diff) | |
parent | 5c34a53068f5556f5648dfe522030983f552a1fd (diff) | |
download | tor-96211bcf714ac739f605dc0b5b8754418080591f.tar.gz tor-96211bcf714ac739f605dc0b5b8754418080591f.zip |
Merge branch 'bug9321_rerebase'
Conflicts:
src/or/dirvote.h
src/test/include.am
src/test/test_entrynodes.c
Diffstat (limited to 'src/test/testhelper.h')
-rw-r--r-- | src/test/testhelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/testhelper.h b/src/test/testhelper.h index 6b1bde6822..4a6718afa0 100644 --- a/src/test/testhelper.h +++ b/src/test/testhelper.h @@ -6,5 +6,7 @@ void helper_setup_fake_routerlist(void); +extern const char TEST_DESCRIPTORS[]; + #endif |