chiark / gitweb /
finalise 1.2.1
[chiark-tcl.git] / adns / chiark_tcl_adns.h
index f450f4a6efcb95dfc69e35ce0b1d225d0050b5ae..40cb73524fe3e5b12340a5cd87a15e943a0ef7e8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * adns binding for Tcl
- * Copyright 2006 Ian Jackson
+ * 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
@@ -13,9 +13,7 @@
  * 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.
+ * along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef ADNSTCL_H
@@ -28,7 +26,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"