Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
576:c470649fb627 | 582:6b9d12477953 |
---|---|
379 return 0; /* Success */ | 379 return 0; /* Success */ |
380 } | 380 } |
381 | 381 |
382 #ifdef ENABLE_CLI_NETCAT | 382 #ifdef ENABLE_CLI_NETCAT |
383 | 383 |
384 const struct ChanType cli_chan_netcat = { | 384 static const struct ChanType cli_chan_netcat = { |
385 0, /* sepfds */ | 385 0, /* sepfds */ |
386 "direct-tcpip", | 386 "direct-tcpip", |
387 cli_init_stdpipe_sess, /* inithandler */ | 387 cli_init_stdpipe_sess, /* inithandler */ |
388 NULL, | 388 NULL, |
389 NULL, | 389 NULL, |