diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-08-03 15:51:24 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 3ce69a58ce908ea88443c1321a7e4378f059a897 (patch) | |
tree | 6ea3e0a9a461e331b043fff870a99df0fb22d3ea /src/or/hs_intropoint.h | |
parent | 3bc52dae8932b42c809e2b233d5c194b74fa4f9b (diff) | |
download | tor-3ce69a58ce908ea88443c1321a7e4378f059a897.tar.gz tor-3ce69a58ce908ea88443c1321a7e4378f059a897.zip |
Rename some free() functions that are actually clear().
Diffstat (limited to 'src/or/hs_intropoint.h')
-rw-r--r-- | src/or/hs_intropoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_intropoint.h b/src/or/hs_intropoint.h index 2e11de1b54..5c77f07ec3 100644 --- a/src/or/hs_intropoint.h +++ b/src/or/hs_intropoint.h @@ -51,7 +51,7 @@ MOCK_DECL(int, hs_intro_send_intro_established_cell,(or_circuit_t *circ)); int hs_intro_circuit_is_suitable_for_establish_intro(const or_circuit_t *circ); hs_intropoint_t *hs_intro_new(void); -void hs_intro_free_content(hs_intropoint_t *ip); +void hs_intropoint_clear(hs_intropoint_t *ip); #ifdef HS_INTROPOINT_PRIVATE |