diff --git a/spec/getdns-0.391.tgz b/spec/getdns-0.391.tgz deleted file mode 100644 index 0977bdd2..00000000 Binary files a/spec/getdns-0.391.tgz and /dev/null differ diff --git a/spec/getdns-0.392.tgz b/spec/getdns-0.392.tgz new file mode 100644 index 00000000..ab5e1084 Binary files /dev/null and b/spec/getdns-0.392.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index c27dc866..9069fcfc 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2014-02-08-16-52-08*/ +/* Created at 2014-02-09-21-29-17*/ #ifndef GETDNS_H #define GETDNS_H @@ -271,6 +271,7 @@ typedef enum getdns_callback_type_t { #define GETDNS_RRTYPE_AXFR 252 #define GETDNS_RRTYPE_MAILB 253 #define GETDNS_RRTYPE_MAILA 254 +#define GETDNS_RRTYPE_ANY 255 #define GETDNS_RRTYPE_URI 256 #define GETDNS_RRTYPE_CAA 257 #define GETDNS_RRTYPE_TA 32768 diff --git a/spec/index.html b/spec/index.html index f316a6b2..f39e0801 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1483,7 +1483,7 @@ function.

/* Set up the callback function, which will also do the processing of the results */ void this_callbackfn(struct getdns_context *this_context, - getdns_callback_type_t this_callback_type, + getdns_callback_type_t this_callback_type, struct getdns_dict *this_response, void *this_userarg, getdns_transaction_t this_transaction_id) @@ -1601,7 +1601,7 @@ their TTLs.

/* Set up the callback function, which will also do the processing of the results */ void this_callbackfn(struct getdns_context *this_context, - getdns_callback_type_t this_callback_type, + getdns_callback_type_t this_callback_type, struct getdns_dict *this_response, void *this_userarg, getdns_transaction_t this_transaction_id) @@ -2425,7 +2425,7 @@ The response dicts inherit the custom memory management functions and the value

9. The Generated Files

-

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