From 335a0fe768fcf8840e596f026519161e3a54654d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 3 Jan 2010 23:36:06 +0100 Subject: Remove some references to packet_wait() --- include/libssh/packet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3