mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
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:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user