From 636432e47593f145675e40e21bb8c8b6eb6ce8be Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 6 Jul 2005 14:35:03 +0000 Subject: sample sshd server accepts a client and sends a banner. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@4 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/priv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 4c5b9d3..7edb8d0 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -300,6 +300,9 @@ struct ssh_kbdint { void ssh_cleanup(SSH_SESSION *session); +/* client.c */ + +int ssh_send_banner(SSH_SESSION *session, int is_server); /* errors.c */ void ssh_set_error(void *error,int code,char *descr,...); -- cgit