diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-03 23:36:06 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-03 23:36:06 +0100 |
commit | 335a0fe768fcf8840e596f026519161e3a54654d (patch) | |
tree | bf5ef4e3a704ba248ef0dd0330db96bbcb6424a8 /include/libssh/packet.h | |
parent | b25ebf4bdb67fb744e923737e4fb542acbdbede3 (diff) | |
download | libssh-335a0fe768fcf8840e596f026519161e3a54654d.tar.gz libssh-335a0fe768fcf8840e596f026519161e3a54654d.tar.xz libssh-335a0fe768fcf8840e596f026519161e3a54654d.zip |
Remove some references to packet_wait()
Diffstat (limited to 'include/libssh/packet.h')
-rw-r--r-- | include/libssh/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/packet.h b/include/libssh/packet.h index 84a09ea3..b725dc2e 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -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); |