From b25feb3386a1435d78d3918742cff1df291cfcdb Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Sat, 31 Oct 2020 21:53:34 +0100 Subject: New API for parsing configuration from string Fixes T248 Signed-off-by: Stanislav Zidek Reviewed-by: Jakub Jelen Reviewed-by: Anderson Toshiyuki Sasaki --- include/libssh/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libssh/options.h b/include/libssh/options.h index 5b1cb9f0..e8dc6c69 100644 --- a/include/libssh/options.h +++ b/include/libssh/options.h @@ -22,6 +22,7 @@ #define _OPTIONS_H int ssh_config_parse_file(ssh_session session, const char *filename); +int ssh_config_parse_string(ssh_session session, const char *input); int ssh_options_set_algo(ssh_session session, enum ssh_kex_types_e algo, const char *list); -- cgit v1.2.3