mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
priv: Remove dead prototype.
This commit is contained in:
@@ -201,8 +201,6 @@ int decompress_buffer(ssh_session session,ssh_buffer buf, size_t maxlen);
|
|||||||
/* match.c */
|
/* match.c */
|
||||||
int match_hostname(const char *host, const char *pattern, unsigned int len);
|
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 */
|
/* server.c */
|
||||||
SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);
|
SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user