1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

No more packet_read2() !

This commit is contained in:
Aris Adamantiadis
2010-01-08 22:33:58 +01:00
parent 74009e2be5
commit 40bcc0bed8
2 changed files with 7 additions and 197 deletions

View File

@@ -31,7 +31,10 @@ typedef struct packet_struct {
int packet_send(ssh_session session);
#ifdef WITH_SSH1
int packet_read(ssh_session session);
#endif
int packet_translate(ssh_session session);
/* TODO: remove it when packet_wait is stripped out from libssh */
#ifdef WITH_SSH1