Fix the ssh_message_retrieve problem by anihilation

This commit is contained in:
Aris Adamantiadis
2011-03-22 12:23:02 +01:00
parent dff4e4e6d3
commit 1a101a959e
2 changed files with 10 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filen
int *type);
LIBSSH_API ssh_public_key publickey_from_privatekey(ssh_private_key prv);
LIBSSH_API ssh_string publickey_to_string(ssh_public_key key);
LIBSSH_API ssh_message ssh_message_retrieve(ssh_session session, uint32_t packettype);
LIBSSH_API void string_burn(ssh_string str);
LIBSSH_API ssh_string string_copy(ssh_string str);
LIBSSH_API void *string_data(ssh_string str);