aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 2dbdb7eb..93d6dba6 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -468,6 +468,9 @@ LIBSSH_API ssh_string ssh_string_new(size_t size);
LIBSSH_API char *ssh_string_to_char(ssh_string str);
LIBSSH_API void ssh_string_free_char(char *s);
+LIBSSH_API int ssh_getpass(const char *prompt, char *buf, size_t len, int echo,
+ int verify);
+
#ifndef LIBSSH_LEGACY_0_4
#include "libssh/legacy.h"
#endif