diff --git a/spec/getdns-0.372.tgz b/spec/getdns-0.372.tgz deleted file mode 100644 index 03e8b1e3..00000000 Binary files a/spec/getdns-0.372.tgz and /dev/null differ diff --git a/spec/getdns-0.373.tgz b/spec/getdns-0.373.tgz new file mode 100644 index 00000000..2c9c88c0 Binary files /dev/null and b/spec/getdns-0.373.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 9f0aec6b..30d64c84 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2013-12-12-00-12-53*/ +/* Created at 2014-01-14-14-53-09*/ #ifndef GETDNS_H #define GETDNS_H diff --git a/spec/index.html b/spec/index.html index 7ba054f6..0adf4ce9 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1697,7 +1697,7 @@ if (*this_type == GETDNS_RRTYPE_A)

You can put the DNSSEC status check outside the check for the particular type of record you care about, but you will then get log messages for bad status on records you might not care about as well.

-

6.4 Using the API Synchronously with getdns_sync_request()

+

6.4 Using the API Synchronously with getdns_general_sync()

This example is the same as the earlier examples, but uses getdns_general_sync() and thus does not use the async code. Note that the processing of the answers is essentially the same @@ -2208,7 +2208,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 @@ -2261,7 +2261,7 @@ able to act as stub resolvers. Note that all implementations of this API must be

Because there are many C event libraries available, and they have different calling routines, it is the implementation of an API that determines which event library is used. This is certainly not optimal for C programmers, but they appear to have gotten used to is so far. All implementations -of this API must support synchronous calls with getdns_sync_request().

+of this API must support synchronous calls with getdns_general_sync().

Versions are differentiated by version strings instead of version numbers. The version string for this API is "getdns April 2013". Each implementation is free to set the implementation string as it