summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/astmanproxy.h')
-rw-r--r--src/include/astmanproxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/astmanproxy.h b/src/include/astmanproxy.h
index 1d7ec47..fa57126 100644
--- a/src/include/astmanproxy.h
+++ b/src/include/astmanproxy.h
@@ -134,6 +134,5 @@ int proxyerror_do(struct mansession *s, char *err);
int get_input(struct mansession *s, char *output);
int SetIOHandlers(struct mansession *s, char *ifmt, char *ofmt);
void destroy_session(struct mansession *s);
-int connect_nonb(int sockfd, const struct sockaddr *saptr, socklen_t salen, int nsec);
int ast_carefulwrite(int fd, char *s, int len, int timeoutms);
extern void *SendError(struct mansession *s, char *errmsg);