From 9780f22866461e1376ffc48853a7f0d8c6b2f7a2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 13 Dec 2009 20:49:47 +0100 Subject: Made packet_wait issue warnings --- include/libssh/packet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libssh/packet.h') diff --git a/include/libssh/packet.h b/include/libssh/packet.h index 155f304..84a09ea 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -29,7 +29,6 @@ typedef struct packet_struct { uint8_t type; } PACKET; -void packet_parse(ssh_session session); int packet_send(ssh_session session); int packet_read(ssh_session session); -- cgit