1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-17 06:18:58 +03:00

Added an option to set the port as string.

This commit is contained in:
Andreas Schneider
2009-10-15 17:00:56 +02:00
parent e736b1a40e
commit 2523ed0779
3 changed files with 121 additions and 4 deletions

View File

@@ -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,