summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-04 19:39:39 +0000
committerDavid Troy <dave@popvox.com>2006-04-04 19:39:39 +0000
commite4b66ca5172292a09ac0f68b9373fcbe83cef8d6 (patch)
tree9d97f527917250cf6664470f899d5f0515e247ce /src/include/astmanproxy.h
parentb93c5589c08ed90bb318557a32f7cae649727c1d (diff)
downloadastmanproxy-e4b66ca5172292a09ac0f68b9373fcbe83cef8d6.tar.gz
astmanproxy-e4b66ca5172292a09ac0f68b9373fcbe83cef8d6.tar.xz
astmanproxy-e4b66ca5172292a09ac0f68b9373fcbe83cef8d6.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@79 f02b47b9-160a-0410-81a6-dc3441afb0ec
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);