From 01f13031a395f98643eb5156954c4dd93638bba7 Mon Sep 17 00:00:00 2001 From: houseofkodai Date: Mon, 1 May 2017 08:26:15 +0530 Subject: cli_bind_address_connect * replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections --- netio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netio.h') diff --git a/netio.h b/netio.h index 090df3d..4e627cb 100644 --- a/netio.h +++ b/netio.h @@ -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, char* bind_address); /* Sets up for select() */ void set_connect_fds(fd_set *writefd); -- cgit v1.2.1