From 9abcc7b909b6ff0f173405e73dc7c0c3d093e44a Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sat, 14 Feb 2015 09:56:11 +0800 Subject: connect_remote() is now always non-blocking --- dbutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dbutil.h') diff --git a/dbutil.h b/dbutil.h index a13c15f..9feec2d 100644 --- a/dbutil.h +++ b/dbutil.h @@ -83,8 +83,7 @@ void run_shell_command(const char* cmd, unsigned int maxfd, char* usershell); #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); -- cgit v1.2.3