diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-20 13:14:38 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-20 13:14:38 +0200 |
commit | de7939699e83a35015328371c45d4e3df3b06279 (patch) | |
tree | 286b96f06708db15043ca4f5a02c734f4ecfd3fa /src/protocol.h | |
parent | 9b9825fa6a33a4f9703905100a88190aaf030607 (diff) |
POTD skeleton #64.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index 4024aec..cc26d3c 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -30,6 +30,8 @@ int proto_setup(protocol_ctx *ctx, const char *listen_addr, const char *listen_port, const char *jail_host, const char *jail_port); +int proto_listen(protocol_ctx *ctx); + int proto_validate_ctx(const protocol_ctx *ctx); #endif |