From 3465b592e717836709544e07e3a14c13c66e8444 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 24 Jan 2010 22:30:43 +0100 Subject: Few function name changes --- include/libssh/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/packet.h b/include/libssh/packet.h index b03bb8ef..7a78f646 100644 --- a/include/libssh/packet.h +++ b/include/libssh/packet.h @@ -53,7 +53,7 @@ int ssh_packet_socket_callback1(const void *data, size_t receivedlen, void *user #endif -int packet_translate(ssh_session session); +int ssh_packet_parse_type(ssh_session session); int packet_flush(ssh_session session, int enforce_blocking); -- cgit v1.2.3