chiark / gitweb /
initial import and build-faff, wip
[chiark-tcl.git] / adns / chiark_tcl_adns.h
diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h
new file mode 100644 (file)
index 0000000..de58251
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ */
+
+#ifndef ADNSTCL_H
+#define ADNSTCL_H
+
+#include "chiark-tcl.h"
+
+typedef struct {
+  const char *name;
+  adns_rrtype number;
+} AdnsTclRRTypeInfo;
+
+const IdDataSpec adnstcl_queries, adnstcl_resolvers;
+
+#include "tables.h"
+
+#endif /*ADNSTCL_H*/