aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 19044773..1b751842 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -121,6 +121,8 @@ SSH_PACKET_CALLBACK(ssh_packet_ignore_callback);
int ssh_send_banner(ssh_session session, int is_server);
void ssh_connection_callback(ssh_session session);
+SSH_PACKET_CALLBACK(ssh_packet_dh_reply);
+SSH_PACKET_CALLBACK(ssh_packet_newkeys);
/* config.c */
int ssh_config_parse_file(ssh_session session, const char *filename);