summaryrefslogtreecommitdiff
path: root/src/or/control.h
diff options
context:
space:
mode:
authorJohn Brooks <john.brooks@dereferenced.net>2015-04-13 21:08:31 -0600
committerNick Mathewson <nickm@torproject.org>2016-05-09 14:28:58 -0400
commitdcc11674db53cc89228ec2e8d49f30bdf6c9b8a3 (patch)
tree377e6122eaaa7733f18425d679658be442143228 /src/or/control.h
parentd15354c73b08342f9c1d22917c80194380c75e2c (diff)
downloadtor-dcc11674db53cc89228ec2e8d49f30bdf6c9b8a3.tar.gz
tor-dcc11674db53cc89228ec2e8d49f30bdf6c9b8a3.zip
Add client auth for ADD_ONION services
Diffstat (limited to 'src/or/control.h')
-rw-r--r--src/or/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h
index fdf7903cb8..9ac8995aac 100644
--- a/src/or/control.h
+++ b/src/or/control.h
@@ -253,6 +253,8 @@ STATIC crypto_pk_t *add_onion_helper_keyarg(const char *arg, int discard_pk,
const char **key_new_alg_out,
char **key_new_blob_out,
char **err_msg_out);
+STATIC rend_authorized_client_t *
+add_onion_helper_clientauth(const char *arg, int *created, char **err_msg_out);
#endif
#endif