From 0e8e124d2023736c973ce8e06f4776efd1edb096 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 22:13:19 +0200 Subject: get rid of SSH_OPTIONS --- include/libssh/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/server.h') diff --git a/include/libssh/server.h b/include/libssh/server.h index fefee1b0..afe3f49c 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -51,7 +51,7 @@ LIBSSH_API SSH_BIND *ssh_bind_new(void); * * @param options The option structure to set. */ -LIBSSH_API void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options); +LIBSSH_API void ssh_bind_set_options(SSH_BIND *ssh_bind, ssh_options options); /** * @brief Start listening to the socket. -- cgit