- make structure static

--HG--
extra : convert_revision : 0adbc6745a5ada0b6780b0683209f5b26b1a335d
This commit is contained in:
Matt Johnston 2010-03-21 06:06:42 +00:00
parent 8174a2f27b
commit 07b764ead6

View File

@ -381,7 +381,7 @@ static int cli_initchansess(struct Channel *channel) {
#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 */