# HG changeset patch # User Matt Johnston # Date 1269151602 0 # Node ID 6b9d124779533072a089e7b0cfeb1ad34787fdd9 # Parent c470649fb627e6034b527f91b265188d9f9d5763 - make structure static diff -r c470649fb627 -r 6b9d12477953 cli-chansession.c --- 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 */