From 3e854ba53063062a4824966ae1b6c93e6100cea4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 13 May 2018 23:43:10 +0200 Subject: POTD skeleton #49. Signed-off-by: Toni Uhlig --- src/protocol_ssh.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/protocol_ssh.h (limited to 'src/protocol_ssh.h') diff --git a/src/protocol_ssh.h b/src/protocol_ssh.h new file mode 100644 index 0000000..52b628b --- /dev/null +++ b/src/protocol_ssh.h @@ -0,0 +1,15 @@ +#ifndef POTD_SERVER_SSH_H +#define POTD_SERVER_SSH_H 1 + +#include + +#include "protocol.h" + +int ssh_init_cb(protocol_ctx *ctx); + +int ssh_on_listen(protocol_ctx *ctx, const char *host, + const char *port); + +int ssh_on_shutdown(protocol_ctx *ctx); + +#endif -- cgit v1.2.3