summaryrefslogtreecommitdiffstats
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-10-15 17:00:56 +0200
committerAndreas Schneider <mail@cynapses.org>2009-10-15 17:02:51 +0200
commit2523ed0779843e6074717cdcdf8bcaffb4b87ad9 (patch)
tree1523fb7b6d6b8517bab2dabcd5d8fbae0ddfce61 /include/libssh/server.h
parente736b1a40e1b3d9d27d535a34a0e6e018b1d591a (diff)
downloadlibssh-2523ed0779843e6074717cdcdf8bcaffb4b87ad9.tar.gz
libssh-2523ed0779843e6074717cdcdf8bcaffb4b87ad9.tar.xz
libssh-2523ed0779843e6074717cdcdf8bcaffb4b87ad9.zip
Added an option to set the port as string.
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index c53f4bf2..db7d402e 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,