aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 9246affa..ac843e0d 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -134,6 +134,7 @@ char *string_to_char(STRING *str);
STRING *string_copy(STRING *str);
/* burns the data inside a string */
void string_burn(STRING *str);
+void *string_data(STRING *str);
/* deprecated */
void ssh_crypto_init();