summaryrefslogtreecommitdiff
path: root/src/or/rendmid.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-11-15 14:29:02 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-01-18 16:58:34 -0500
commit5208085be1deff4711b634b108052970aed6a127 (patch)
tree79507251f6f1062e6d3b2961d88396d2d4b21ba6 /src/or/rendmid.h
parentdb77a38da2f661d81ea2c8df1b62e5de64a32488 (diff)
downloadtor-5208085be1deff4711b634b108052970aed6a127.tar.gz
tor-5208085be1deff4711b634b108052970aed6a127.zip
hs: Rename rend_mid_introduce() with legacy semantic
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/rendmid.h')
-rw-r--r--src/or/rendmid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendmid.h b/src/or/rendmid.h
index 374f2b7d66..347d745853 100644
--- a/src/or/rendmid.h
+++ b/src/or/rendmid.h
@@ -14,8 +14,8 @@
int rend_mid_establish_intro_legacy(or_circuit_t *circ, const uint8_t *request,
size_t request_len);
-int rend_mid_introduce(or_circuit_t *circ, const uint8_t *request,
- size_t request_len);
+int rend_mid_introduce_legacy(or_circuit_t *circ, const uint8_t *request,
+ size_t request_len);
int rend_mid_establish_rendezvous(or_circuit_t *circ, const uint8_t *request,
size_t request_len);
int rend_mid_rendezvous(or_circuit_t *circ, const uint8_t *request,