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

Remove some references to packet_wait()

This commit is contained in:
Aris Adamantiadis
2010-01-03 23:36:06 +01:00
parent b25ebf4bdb
commit 335a0fe768
2 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ int packet_send(ssh_session session);
int packet_read(ssh_session session);
int packet_translate(ssh_session session);
/* TODO: remove it when packet_wait is stripped out from libssh */
int packet_wait(ssh_session session,int type,int blocking);
int packet_flush(ssh_session session, int enforce_blocking);