summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-29 11:47:18 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-29 11:47:18 +0000
commit1cdc7c6e437a61282760159136f87542ca93f2a0 (patch)
treeefaf0a2bad53a6a9a00e19b7d14f762147b1245c /libssh/server.c
parent5c662f6f6b211f5ba62b1116b17b0686006b8ae9 (diff)
downloadlibssh-1cdc7c6e437a61282760159136f87542ca93f2a0.tar.gz
libssh-1cdc7c6e437a61282760159136f87542ca93f2a0.tar.xz
libssh-1cdc7c6e437a61282760159136f87542ca93f2a0.zip
Format ssh_bind_set_options().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@649 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 47c509f..1b42742 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -125,8 +125,8 @@ SSH_BIND *ssh_bind_new(void) {
return ptr;
}
-void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options){
- ssh_bind->options=options;
+void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options) {
+ ssh_bind->options = options;
}
int ssh_bind_listen(SSH_BIND *ssh_bind){