aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-06-11 11:05:37 +0200
committerAndreas Schneider <asn@cynapses.org>2010-06-11 11:05:37 +0200
commitb9a9f54c452aeb9083398a956bd590c37661f489 (patch)
treea382bd87f1ce4598754bfa8240014e72dabdc961 /include/libssh
parentf57d2c327726b93741e986f7dc60f81007330dc9 (diff)
downloadlibssh-b9a9f54c452aeb9083398a956bd590c37661f489.tar.gz
libssh-b9a9f54c452aeb9083398a956bd590c37661f489.tar.xz
libssh-b9a9f54c452aeb9083398a956bd590c37661f489.zip
string: Added a function to delete a char basesd stirng object.
Diffstat (limited to 'include/libssh')
-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 d2ad0e4..4100f03 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -449,6 +449,7 @@ LIBSSH_API ssh_string ssh_string_from_char(const char *what);
LIBSSH_API size_t ssh_string_len(ssh_string str);
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);
#ifndef LIBSSH_LEGACY_0_4
#include "libssh/legacy.h"