From cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 14:05:58 +0200 Subject: more priv.h splitting --- include/libssh/packet.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/libssh/packet.h') diff --git a/include/libssh/packet.h b/include/libssh/packet.h index b06221d1..155f3040 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -22,6 +22,13 @@ #ifndef PACKET_H_ #define PACKET_H_ +/* this structure should go someday */ +typedef struct packet_struct { + int valid; + uint32_t len; + uint8_t type; +} PACKET; + void packet_parse(ssh_session session); int packet_send(ssh_session session); -- cgit