chiark / gitweb /
copyright dates
[chiark-tcl.git] / adns / chiark_tcl_adns.h
index f450f4a6efcb95dfc69e35ce0b1d225d0050b5ae..357d085c89bb9123c0094f279c7d69f9c6265a38 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
@@ -28,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"