diff options
Diffstat (limited to 'src/feature/control/control_hs.h')
-rw-r--r-- | src/feature/control/control_hs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature/control/control_hs.h b/src/feature/control/control_hs.h index 067c7dc47f..35ac1b22d4 100644 --- a/src/feature/control/control_hs.h +++ b/src/feature/control/control_hs.h @@ -15,6 +15,7 @@ struct control_cmd_syntax_t; extern const struct control_cmd_syntax_t onion_client_auth_add_syntax; extern const struct control_cmd_syntax_t onion_client_auth_remove_syntax; +extern const struct control_cmd_syntax_t onion_client_auth_view_syntax; int handle_control_onion_client_auth_add(control_connection_t *conn, @@ -24,5 +25,9 @@ int handle_control_onion_client_auth_remove(control_connection_t *conn, const control_cmd_args_t *args); +int +handle_control_onion_client_auth_view(control_connection_t *conn, + const control_cmd_args_t *args); + #endif |