Mercurial > dropbear
diff dbutil.h @ 1022:4121ca987e6a
connect_remote() is now always non-blocking
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Feb 2015 09:56:11 +0800 |
parents | 24135c8e1d46 |
children | a00303a7d247 deed0571cacc |
line wrap: on
line diff
--- a/dbutil.h Fri Feb 13 23:47:53 2015 +0800 +++ b/dbutil.h Sat Feb 14 09:56:11 2015 +0800 @@ -83,8 +83,7 @@ #ifdef ENABLE_CONNECT_UNIX int connect_unix(const char* addr); #endif -int connect_remote(const char* remotehost, const char* remoteport, - int nonblocking, char ** errstring); +int connect_remote(const char* remotehost, const char* remoteport, char ** errstring); int buf_readfile(buffer* buf, const char* filename); int buf_getline(buffer * line, FILE * authfile);