From 40bcc0bed8f3382fbdcc9b2d904b0c7bd839412d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 8 Jan 2010 22:33:58 +0100 Subject: No more packet_read2() ! --- include/libssh/packet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/packet.h b/include/libssh/packet.h index c58b7ede..fc665823 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -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 -- cgit