diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-17 14:36:49 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-17 14:36:49 +0000 |
commit | af00c78e21c07f0801cc79e224323aad3e181dc5 (patch) | |
tree | 10acbe7897eb344b39aa31dcd83cdc9719ae70e7 /runopts.h | |
parent | 1c72a35ddb79eede31657a450b8ba35aed24c79e (diff) |
Rework netcat-alike to be a proper mode, with -B argument.
--HG--
branch : dbclient-netcat-alike
extra : convert_revision : b02ba6628cf2095017c60d202ac630f231e6b553
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |