chiark / gitweb /
add misc:Depends
[chiark-tcl.git] / adns / chiark_tcl_adns.h
index de58251ff5e360c8c154cafe051a6293074b7c41..eec6d21524c0c1645de01ab19d26dff69970d8ce 100644 (file)
@@ -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 "tables.h"
+#include "adns+tcmdif.h"
 
 #endif /*ADNSTCL_H*/