summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-07 16:33:38 +0000
committerDavid Troy <dave@popvox.com>2006-04-07 16:33:38 +0000
commitc38c05f5c7c93c8737227601a95500db9a5044cd (patch)
treefa9344318ccc86f14583f5fddaff98d6837f8698 /src/include/astmanproxy.h
parentca4ed8c2cbec7db4d9001e4f5725dcb3ea71399a (diff)
downloadastmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.tar.gz
astmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.tar.xz
astmanproxy-c38c05f5c7c93c8737227601a95500db9a5044cd.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@90 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/include/astmanproxy.h')
-rw-r--r--src/include/astmanproxy.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/astmanproxy.h b/src/include/astmanproxy.h
index fa57126..a8cb26b 100644
--- a/src/include/astmanproxy.h
+++ b/src/include/astmanproxy.h
@@ -136,3 +136,14 @@ int SetIOHandlers(struct mansession *s, char *ifmt, char *ofmt);
void destroy_session(struct mansession *s);
int ast_carefulwrite(int fd, char *s, int len, int timeoutms);
extern void *SendError(struct mansession *s, char *errmsg);
+
+int close_sock(int socket);
+int ProxyChallenge(struct mansession *s, struct message *m);
+int ast_connect(struct mansession *a);
+int is_encrypt_request(int sslclhellotimeout, int fd);
+int saccept(int s);
+int get_real_fd(int fd);
+int client_init_secure(void);
+int init_secure(char *certfile);
+int m_send(int fd, const void *data, size_t len);
+int m_recv(int s, void *buf, size_t len, int flags);