1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

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
This commit is contained in:
Aris Adamantiadis
2005-07-06 14:35:03 +00:00
parent 55846a4c7b
commit 636432e475
5 changed files with 59 additions and 44 deletions

View File

@ -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,...);