summaryrefslogtreecommitdiffhomepage
path: root/tcpfwd.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-09-07 23:02:53 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-09-07 23:02:53 +0800
commit6f6ef4834c792f7ccf2409080a6adaf44b8f0d51 (patch)
tree743c88f2a2c1662e91a8dd028b9240746504969e /tcpfwd.h
parent892c5fc1c8eafc9b909e6ab1afb71a090df06f13 (diff)
parentd2e71ade726794d888e998eda0b094a70746160b (diff)
merge remote forward fix
Diffstat (limited to 'tcpfwd.h')
-rw-r--r--tcpfwd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcpfwd.h b/tcpfwd.h
index 3fce879..fa81fa4 100644
--- a/tcpfwd.h
+++ b/tcpfwd.h
@@ -26,6 +26,7 @@
#include "channel.h"
#include "list.h"
+#include "listener.h"
struct TCPListener {
@@ -69,7 +70,7 @@ void cli_recv_msg_request_success(void);
void cli_recv_msg_request_failure(void);
/* Common */
-int listen_tcpfwd(struct TCPListener* tcpinfo);
+int listen_tcpfwd(struct TCPListener* tcpinfo, struct Listener **ret_listener);
int tcp_prio_inithandler(struct Channel* chan);
/* A random identifier */