Mercurial > dropbear
diff dbutil.h @ 225:ca7e76d981d9 agent-client
- progress towards client agent forwarding
(incomplete and does not compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 18 Jul 2005 14:32:52 +0000 |
parents | 65585699d980 |
children | 79bf1023cf11 |
line wrap: on
line diff
--- a/dbutil.h Fri Jul 08 19:20:10 2005 +0000 +++ b/dbutil.h Mon Jul 18 14:32:52 2005 +0000 @@ -48,6 +48,9 @@ unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport); int dropbear_listen(const char* address, const char* port, int *socks, unsigned int sockcount, char **errstring, int *maxfd); +#ifdef ENABLE_CONNECT_UNIX +int connect_unix(const char* addr); +#endif int connect_remote(const char* remotehost, const char* remoteport, int nonblocking, char ** errstring); char* getaddrhostname(struct sockaddr_storage * addr);