From 2523ed0779843e6074717cdcdf8bcaffb4b87ad9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 15 Oct 2009 17:00:56 +0200 Subject: Added an option to set the port as string. --- include/libssh/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/server.h b/include/libssh/server.h index c53f4bf..db7d402 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -39,6 +39,7 @@ extern "C" { enum ssh_bind_options_e { SSH_BIND_OPTIONS_BINDADDR, SSH_BIND_OPTIONS_BINDPORT, + SSH_BIND_OPTIONS_BINDPORT_STR, SSH_BIND_OPTIONS_HOSTKEY, SSH_BIND_OPTIONS_DSAKEY, SSH_BIND_OPTIONS_RSAKEY, -- cgit