The unified diff between revisions [87286233..] and [6962b52a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'channel.h'
# # # patch "channel.h" # from [2616df4031a05a3fea394b765fd1004944677ef5] # to [f0285633bae6fc082951524deaa3ada0061ebff4] # ============================================================ --- channel.h 2616df4031a05a3fea394b765fd1004944677ef5 +++ channel.h f0285633bae6fc082951524deaa3ada0061ebff4 @@ -119,7 +119,7 @@ void common_recv_msg_channel_data(struct circbuffer * buf); #ifdef DROPBEAR_CLIENT -const struct ChanType clichansess; +extern const struct ChanType clichansess; #endif #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT)