diff --git a/spec/getdns-0.397.tgz b/spec/getdns-0.397.tgz deleted file mode 100644 index a1c8deca..00000000 Binary files a/spec/getdns-0.397.tgz and /dev/null differ diff --git a/spec/getdns-0.398.tgz b/spec/getdns-0.398.tgz new file mode 100644 index 00000000..bf73b9d9 Binary files /dev/null and b/spec/getdns-0.398.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index d212d81e..1ee73063 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2014-02-18-14-24-15*/ +/* Created at 2014-02-18-15-23-20*/ #ifndef GETDNS_H #define GETDNS_H @@ -279,11 +279,11 @@ typedef enum getdns_callback_type_t { #define GETDNS_RRTYPE_DLV 32769 /* Defines for RRclasses (from 2014-02) */ -#define GETDNS_RR_CLASS_IN 1 -#define GETDNS_RR_CLASS_CH 3 -#define GETDNS_RR_CLASS_HS 4 -#define GETDNS_RR_CLASS_NONE 254 -#define GETDNS_RR_CLASS_ANY 255 +#define GETDNS_RRCLASS_IN 1 +#define GETDNS_RRCLASS_CH 3 +#define GETDNS_RRCLASS_HS 4 +#define GETDNS_RRCLASS_NONE 254 +#define GETDNS_RRCLASS_ANY 255 /* Defines for Opcodes (from 2014-02) */ #define GETDNS_OPCODE_QUERY 0 diff --git a/spec/index.html b/spec/index.html index 268d0f6b..205af27d 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2428,7 +2428,7 @@ The response dicts inherit the custom memory management functions and the value
There is a tarball that includes the .h files, +
There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process