diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-24 22:30:43 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-24 22:30:43 +0100 |
commit | 3465b592e717836709544e07e3a14c13c66e8444 (patch) | |
tree | cfaaf7d3f429b1fd4d60aee3257eae18e0cef665 /include/libssh/packet.h | |
parent | ca499a54956ca778835171688d0d79969aa74dd5 (diff) | |
download | libssh-3465b592e717836709544e07e3a14c13c66e8444.tar.gz libssh-3465b592e717836709544e07e3a14c13c66e8444.tar.xz libssh-3465b592e717836709544e07e3a14c13c66e8444.zip |
Few function name changes
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 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); |