aboutsummaryrefslogtreecommitdiff
path: root/src/forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/forward.h')
-rw-r--r--src/forward.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/forward.h b/src/forward.h
index 386dc94..60c7500 100644
--- a/src/forward.h
+++ b/src/forward.h
@@ -30,6 +30,8 @@ int fwd_setup(forward_ctx *ctx, const char *host, const char *port);
int fwd_validate_ctx(const forward_ctx *ctx);
-int fwd_connect(forward_ctx *ctx, psocket *fwd_client);
+int fwd_connect_sock(forward_ctx *ctx, psocket *fwd_client);
+
+int fwd_listen_fd(forward_ctx *ctx, int fwd_fd);
#endif