Rework netcat-alike to be a proper mode, with -B argument.

--HG--
branch : dbclient-netcat-alike
extra : convert_revision : b02ba6628cf2095017c60d202ac630f231e6b553
This commit is contained in:
Matt Johnston
2008-09-17 14:36:49 +00:00
parent 1c72a35ddb
commit af00c78e21
7 changed files with 129 additions and 54 deletions

View File

@@ -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;