summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-14 09:56:11 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-14 09:56:11 +0800
commit9abcc7b909b6ff0f173405e73dc7c0c3d093e44a (patch)
treea6b29309918fa59d93491dc0fa7c396e12e65c1d /dbutil.h
parent2c35f1c8fd7ded63a1e0a14fce01032697dac352 (diff)
connect_remote() is now always non-blocking
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h3
1 files changed, 1 insertions, 2 deletions
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);