aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/packet.h')
-rw-r--r--include/libssh/packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/packet.h b/include/libssh/packet.h
index 155f3040..84a09ea3 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);