mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 04:40:31 +09: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:
@@ -68,3 +68,6 @@ void string_burn(STRING *s){
|
||||
memset(s->string,'X',string_len(s));
|
||||
}
|
||||
|
||||
void *string_data(STRING *s){
|
||||
return s->string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user