comparison chansession.h @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents 0c16b4ccbd54
children 8a7d26e86a56
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
92 #if DROPBEAR_CLI_NETCAT 92 #if DROPBEAR_CLI_NETCAT
93 void cli_send_netcat_request(void); 93 void cli_send_netcat_request(void);
94 #endif 94 #endif
95 95
96 void svr_chansessinitialise(void); 96 void svr_chansessinitialise(void);
97 void svr_chansess_checksignal(void);
97 extern const struct ChanType svrchansess; 98 extern const struct ChanType svrchansess;
98 99
99 struct SigMap { 100 struct SigMap {
100 int signal; 101 int signal;
101 char* name; 102 char* name;