diff options
Diffstat (limited to 'include/libssh/packet.h')
-rw-r--r-- | include/libssh/packet.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |