Mercurial > dropbear
changeset 582:6b9d12477953
- make structure static
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 21 Mar 2010 06:06:42 +0000 |
parents | c470649fb627 |
children | 0d43d4ea4819 |
files | cli-chansession.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cli-chansession.c Sun Sep 13 15:31:29 2009 +0000 +++ b/cli-chansession.c Sun Mar 21 06:06:42 2010 +0000 @@ -381,7 +381,7 @@ #ifdef ENABLE_CLI_NETCAT -const struct ChanType cli_chan_netcat = { +static const struct ChanType cli_chan_netcat = { 0, /* sepfds */ "direct-tcpip", cli_init_stdpipe_sess, /* inithandler */