aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 20:26:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commit7202a26b6ce9dc30a3764ce177337051d5136bcf (patch)
treef5eb63b3fce3f20bfe93c33023f6ed68fa3ee371 /include/libssh
parentb785014a15f18a77dd348b7d696983f08f0b68a3 (diff)
downloadlibssh-7202a26b6ce9dc30a3764ce177337051d5136bcf.tar.gz
libssh-7202a26b6ce9dc30a3764ce177337051d5136bcf.tar.xz
libssh-7202a26b6ce9dc30a3764ce177337051d5136bcf.zip
priv: Remove dead prototype.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 44ec43d5..4ac33a62 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -201,8 +201,6 @@ int decompress_buffer(ssh_session session,ssh_buffer buf, size_t maxlen);
/* match.c */
int match_hostname(const char *host, const char *pattern, unsigned int len);
-int message_handle(ssh_session session, void *user, uint8_t type, ssh_buffer packet);
-
/* server.c */
SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);