diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-10-16 06:40:37 -0500 |
---|---|---|
committer | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-24 08:12:27 -0500 |
commit | b95998ef0c31c78a9952621eb1f7365ceb1d2c84 (patch) | |
tree | 2c2662db12ad1b45a7ec6416e66b2954977346f5 /src/test/test_helpers.h | |
parent | 4614f8e6816d559f8fbe9ae0f42d751d3fb95c77 (diff) | |
download | tor-b95998ef0c31c78a9952621eb1f7365ceb1d2c84.tar.gz tor-b95998ef0c31c78a9952621eb1f7365ceb1d2c84.zip |
moving useful test helper to test_helpers.h
Diffstat (limited to 'src/test/test_helpers.h')
-rw-r--r-- | src/test/test_helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_helpers.h b/src/test/test_helpers.h index b77a459256..ba93b100d5 100644 --- a/src/test/test_helpers.h +++ b/src/test/test_helpers.h @@ -6,6 +6,8 @@ const char *get_yesterday_date_str(void); +circuit_t * dummy_origin_circuit_new(int num_cells); + /* Number of descriptors contained in test_descriptors.txt. */ #define HELPER_NUMBER_OF_DESCRIPTORS 8 |