From f2f11e477a489ac25a4c4be064eddc26fc9d677c Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 11 Apr 2018 14:28:18 +0200 Subject: POTD skeleton. Signed-off-by: Toni Uhlig --- src/protocol_ssh.h | 14 ++++++++++++++ 1 file changed, 14 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..b5edfe0 --- /dev/null +++ b/src/protocol_ssh.h @@ -0,0 +1,14 @@ +#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); + +int ssh_on_shutdown(protocol_ctx *ctx); + +#endif -- cgit v1.2.3