From af00c78e21c07f0801cc79e224323aad3e181dc5 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 17 Sep 2008 14:36:49 +0000 Subject: Rework netcat-alike to be a proper mode, with -B argument. --HG-- branch : dbclient-netcat-alike extra : convert_revision : b02ba6628cf2095017c60d202ac630f231e6b553 --- runopts.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runopts.h') diff --git a/runopts.h b/runopts.h index d6e8917..162c9fd 100644 --- a/runopts.h +++ b/runopts.h @@ -118,6 +118,11 @@ typedef struct cli_runopts { struct TCPFwdList * localfwds; #endif +#ifdef ENABLE_CLI_NETCAT + char *netcat_host; + unsigned int netcat_port; +#endif + } cli_runopts; extern cli_runopts cli_opts; -- cgit v1.2.3