X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fchiark_tcl_adns.h;h=eec6d21524c0c1645de01ab19d26dff69970d8ce;hb=7ed5ab23c04b08d569a8515b2eab39338eddd261;hp=0881253dc3bed5a463382976075bacf274018f17;hpb=82f88c53ddb84e42c770c23feb9bb0ee18341188;p=chiark-tcl.git diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h index 0881253..eec6d21 100644 --- a/adns/chiark_tcl_adns.h +++ b/adns/chiark_tcl_adns.h @@ -1,4 +1,21 @@ /* + * adns binding for Tcl + * Copyright 2006 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 "adnscmds.h" +#include "adns+tcmdif.h" #endif /*ADNSTCL_H*/