diff options
Diffstat (limited to 'include/mscp.h')
-rw-r--r-- | include/mscp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mscp.h b/include/mscp.h index c16a332..fa8af65 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -61,6 +61,7 @@ struct mscp_ssh_opts { char *port; /** ssh port */ int ai_family; /** address family */ char *config; /** path to ssh_config, default ~/.ssh/config*/ + char **options; /** array of ssh_config options, terminated by NULL */ char *identity; /** path to private key */ char *cipher; /** cipher spec */ char *hmac; /** hmacp spec */ |