diff options
Diffstat (limited to 'src/forward.h')
-rw-r--r-- | src/forward.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/forward.h b/src/forward.h index 4d9c88f..386dc94 100644 --- a/src/forward.h +++ b/src/forward.h @@ -30,4 +30,6 @@ 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); + #endif |