1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

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
This commit is contained in:
Aris Adamantiadis
2008-05-12 21:20:00 +00:00
parent f084f6e67c
commit 6a80f1a049
2 changed files with 40 additions and 1 deletions

View File

@@ -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();