X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fchiark_tcl_adns.h;h=f450f4a6efcb95dfc69e35ce0b1d225d0050b5ae;hb=60804feb2e54408d0e0d7b6d5e0691ef1cea7b00;hp=de58251ff5e360c8c154cafe051a6293074b7c41;hpb=40a4738e440a8412c61a12eca34ed6aa98d71a5a;p=chiark-tcl.git diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h index de58251..f450f4a 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 @@ -13,6 +30,6 @@ typedef struct { const IdDataSpec adnstcl_queries, adnstcl_resolvers; -#include "tables.h" +#include "adns+tcmdif.h" #endif /*ADNSTCL_H*/