diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-01-26 00:32:39 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-01-26 00:32:39 +0800 |
commit | b65354d2375affd3032c94c372b0cc74cb4acedc (patch) | |
tree | ffad8dc3321a7f3b60bef90a7d27ff504222711f /netio.h | |
parent | 917722257d11ea7a33990c170542aeff2b6061b1 (diff) | |
parent | e4ac7ea1ca910e0d245232a8ab16415f252b006b (diff) |
Merge branch 'houseofkodai-cli_bind_address_connect'
Diffstat (limited to 'netio.h')
-rw-r--r-- | netio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ typedef void(*connect_callback)(int result, int sock, void* data, const char* er /* Always returns a progress connection, if it fails it will call the callback at a later point */ struct dropbear_progress_connection * connect_remote (const char* remotehost, const char* remoteport, - connect_callback cb, void *cb_data); + connect_callback cb, void *cb_data, const char* bind_address, const char* bind_port); /* Sets up for select() */ void set_connect_fds(fd_set *writefd); |