summaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-02-16 15:55:12 -0500
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:33 -0400
commit6a21ac7f9809963287dd678c9f2c494b3f9ebba3 (patch)
tree85d989f019ad36b92b8a9d9dabc58e1aa449dcd4 /src/or/hs_circuit.h
parent00a02a3a59f6e44619e6caed150b001acae37231 (diff)
downloadtor-6a21ac7f9809963287dd678c9f2c494b3f9ebba3.tar.gz
tor-6a21ac7f9809963287dd678c9f2c494b3f9ebba3.zip
prop224: Introduction circuit creation
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r--src/or/hs_circuit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h
index 71ce5c3331..8738438eb2 100644
--- a/src/or/hs_circuit.h
+++ b/src/or/hs_circuit.h
@@ -10,6 +10,15 @@
#define TOR_HS_CIRCUIT_H
#include "or.h"
+#include "crypto.h"
+#include "crypto_ed25519.h"
+
+#include "hs_service.h"
+
+/* Circuit API. */
+int hs_circ_launch_intro_point(hs_service_t *service,
+ const hs_service_intro_point_t *ip,
+ extend_info_t *ei, time_t now);
/* e2e circuit API. */