X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fchiark_tcl_adns.h;h=357d085c89bb9123c0094f279c7d69f9c6265a38;hb=ca8b96bf81245f21fe3906c71dc2994bfc5e516f;hp=de58251ff5e360c8c154cafe051a6293074b7c41;hpb=40a4738e440a8412c61a12eca34ed6aa98d71a5a;p=chiark-tcl.git diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h index de58251..357d085 100644 --- a/adns/chiark_tcl_adns.h +++ b/adns/chiark_tcl_adns.h @@ -1,4 +1,21 @@ /* + * adns binding for Tcl + * Copyright 2006-2012 Ian Jackson + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef ADNSTCL_H @@ -11,8 +28,8 @@ typedef struct { adns_rrtype number; } AdnsTclRRTypeInfo; -const IdDataSpec adnstcl_queries, adnstcl_resolvers; +extern const IdDataSpec cht_adnstcl_queries, cht_adnstcl_resolvers; -#include "tables.h" +#include "adns+tcmdif.h" #endif /*ADNSTCL_H*/