X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fchiark_tcl_adns.h;h=eec6d21524c0c1645de01ab19d26dff69970d8ce;hb=aa8df7bd4df810bc2a4875fca4144f569ff8ac51;hp=af8de0e9c70c09422accfa05bd674a41e2495d61;hpb=288c17549e4d409b60147b6eb8444e72c0eea4e2;p=chiark-tcl.git diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h index af8de0e..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,7 +28,7 @@ typedef struct { adns_rrtype number; } AdnsTclRRTypeInfo; -const IdDataSpec adnstcl_queries, adnstcl_resolvers; +extern const IdDataSpec cht_adnstcl_queries, cht_adnstcl_resolvers; #include "adns+tcmdif.h"