From 4d4cbdaf49f616fea47c543fe2cb74d1d8a1e7ff Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 25 Jun 2020 22:47:10 +0200 Subject: ssh: WIP ssh proxy server --- ssh/util.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ssh/util.h (limited to 'ssh/util.h') diff --git a/ssh/util.h b/ssh/util.h new file mode 100644 index 0000000..0ca7d45 --- /dev/null +++ b/ssh/util.h @@ -0,0 +1,7 @@ +#pragma once + +#include + + +// Returns whether successful. +bool parse_host_port(const char *arg, const char **server_host, int *port); -- cgit v1.2.3-54-g00ecf