diff options
Diffstat (limited to 'include/libssh/packet.h')
-rw-r--r-- | include/libssh/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/packet.h b/include/libssh/packet.h index 06566f7..414c0ac 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -56,7 +56,7 @@ int ssh_packet_socket_callback1(const void *data, size_t receivedlen, void *user SSH_PACKET_CALLBACK(ssh_packet_unimplemented); int ssh_packet_send_unimplemented(ssh_session session, uint32_t seqnum); int ssh_packet_parse_type(ssh_session session); -int packet_flush(ssh_session session, int enforce_blocking); +//int packet_flush(ssh_session session, int enforce_blocking); #endif /* PACKET_H_ */ |