aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/packet.h1
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);