diff cli-chansession.c @ 582:6b9d12477953

- make structure static
author Matt Johnston <matt@ucc.asn.au>
date Sun, 21 Mar 2010 06:06:42 +0000
parents fad3eb63b907
children a98a2138364a
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 */