From 6a80f1a049ae7a64fac5a0838c268eac3e6d0b8b Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 12 May 2008 21:20:00 +0000 Subject: Resolved the string_free issue by coding it. I also made some documentations of the string module. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@156 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 35f3524..43312a6 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(); -- cgit