aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-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 35f35240..43312a6c 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -153,6 +153,7 @@ STRING *string_copy(STRING *str);
/* burns the data inside a string */
void string_burn(STRING *str);
void *string_data(STRING *str);
+void string_free(STRING *str);
/* deprecated */
void ssh_crypto_init();