aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-07-06 14:35:03 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-07-06 14:35:03 +0000
commit636432e47593f145675e40e21bb8c8b6eb6ce8be (patch)
treeae21dfd533829c79fc2cad82da3353dae4c5e59c /include
parent55846a4c7b09af2d105c7f7dfd0a43aab2f6e5a5 (diff)
downloadlibssh-636432e47593f145675e40e21bb8c8b6eb6ce8be.tar.gz
libssh-636432e47593f145675e40e21bb8c8b6eb6ce8be.tar.xz
libssh-636432e47593f145675e40e21bb8c8b6eb6ce8be.zip
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
Diffstat (limited to 'include')
-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 4c5b9d30..7edb8d00 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,...);