X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fadns.h;h=9478112b1d3f96614ca25d96f06a3cc1b9530fa8;hb=fb901bf5198d9d29014068dcd8a29c72d90f5eac;hp=f5ffeae3b01d5feff17be51d14db22583c23e07e;hpb=6c68a59377bb39c45cf81bbc9072126ef974b865;p=adns.git diff --git a/src/adns.h b/src/adns.h index f5ffeae..9478112 100644 --- a/src/adns.h +++ b/src/adns.h @@ -8,7 +8,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify @@ -39,7 +39,7 @@ * applications where the whole distribution is not GPL'd, are still * likely to be in violation of the GPL. Anyone who wants to do this * should contact Ian Jackson. Please note that to avoid encouraging - * people to infringe the GPL as it applies the body of adns, I think + * people to infringe the GPL as it applies the body of adns, Ian thinks * that if you take advantage of the special exception to redistribute * just adns.h under the LGPL, you should retain this paragraph in its * place in the appropriate copyright statements. @@ -56,9 +56,6 @@ #ifndef ADNS_H_INCLUDED #define ADNS_H_INCLUDED -#ifdef __cplusplus -extern "C" { /* I really dislike this - iwj. */ -#endif #include @@ -68,6 +65,10 @@ extern "C" { /* I really dislike this - iwj. */ #include #include +#ifdef __cplusplus +extern "C" { /* I really dislike this - iwj. */ +#endif + /* All struct in_addr anywhere in adns are in NETWORK byte order. */ typedef struct adns__state *adns_state;