Format ssh_bind_set_options().

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@649 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-29 11:47:18 +00:00
parent 5c662f6f6b
commit 1cdc7c6e43

View File

@@ -125,8 +125,8 @@ SSH_BIND *ssh_bind_new(void) {
return ptr; return ptr;
} }
void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options){ void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options) {
ssh_bind->options=options; ssh_bind->options = options;
} }
int ssh_bind_listen(SSH_BIND *ssh_bind){ int ssh_bind_listen(SSH_BIND *ssh_bind){