Mercurial > dropbear
comparison x11fwd.h @ 1318:10e2a7727253 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 22 Jul 2016 00:08:02 +0800 |
parents | 750ec4ec4cbe |
children | 06d52bcb8094 |
comparison
equal
deleted
inserted
replaced
1286:7d02b83c61fd | 1318:10e2a7727253 |
---|---|
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
23 * SOFTWARE. */ | 23 * SOFTWARE. */ |
24 #ifndef DROPBEAR__X11FWD_H_ | 24 #ifndef DROPBEAR__X11FWD_H_ |
25 #define DROPBEAR__X11FWD_H_ | 25 #define DROPBEAR__X11FWD_H_ |
26 #ifndef DISABLE_X11FWD | 26 #if DROPBEAR_X11FWD |
27 | 27 |
28 #include "includes.h" | 28 #include "includes.h" |
29 #include "chansession.h" | 29 #include "chansession.h" |
30 #include "channel.h" | 30 #include "channel.h" |
31 | 31 |