1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

write support

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@30 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2005-08-29 23:34:32 +00:00
parent ed62d1fb53
commit a8b5d63e14
3 changed files with 40 additions and 1 deletions

View File

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