#ifndef POTD_SERVER_SSH_H #define POTD_SERVER_SSH_H 1 #include #include "server.h" #include "forward.h" int ssh_init_cb(struct forward_ctx *ctx); int ssh_on_listen(struct forward_ctx *ctx, const char *host, const char *port); int ssh_on_shutdown(struct forward_ctx *ctx); #endif