chiark / gitweb /
initial import and build-faff, wip
[chiark-tcl.git] / adns / chiark_tcl_adns.h
1 /*
2  */
3
4 #ifndef ADNSTCL_H
5 #define ADNSTCL_H
6
7 #include "chiark-tcl.h"
8
9 typedef struct {
10   const char *name;
11   adns_rrtype number;
12 } AdnsTclRRTypeInfo;
13
14 const IdDataSpec adnstcl_queries, adnstcl_resolvers;
15
16 #include "tables.h"
17
18 #endif /*ADNSTCL_H*/