diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-04-20 22:21:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-04-20 22:21:50 +0200 |
commit | 6445157bb93e59ca74e523be527f1664780575d7 (patch) | |
tree | ce7cba7644d34b155850d0d081838d7cb4e55283 /src/forward.h | |
parent | caf3f77f6a65edcd15b84e7182808380899c19cc (diff) |
POTD skeleton #18.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 |