From 5d8801d4687035ae45143f0f3bc3eeaf75dc17ec Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 11 Aug 2014 23:26:36 +0200 Subject: Upgrade code to iodine 0.7.0 and improve logging --- jni/iodine/src/dns.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'jni/iodine/src/dns.h') diff --git a/jni/iodine/src/dns.h b/jni/iodine/src/dns.h index be8b940..7c1faff 100644 --- a/jni/iodine/src/dns.h +++ b/jni/iodine/src/dns.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2006-2009 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2014 Erik Ekman , + * 2006-2009 Bjorn Andersson * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -32,8 +33,4 @@ int dns_encode_a_response(char *buf, size_t buflen, struct query *q); unsigned short dns_get_id(char *packet, size_t packetlen); int dns_decode(char *, size_t, struct query *, qr_t, char *, size_t); -#ifdef __ANDROID__ -#include "dns_android.h" -#endif - #endif /* _DNS_H_ */ -- cgit v1.2.1