aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 1f2a1216..1b0344e2 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -245,6 +245,9 @@ int gettimeofday(struct timeval *__p, void *__t);
char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir);
int ssh_options_set_algo(ssh_session session, int algo, const char *list);
+/* server.c */
+SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);
+
/** Free memory space */
#define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0)