diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 66393458..ede18239 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2013-12-04-16-43-40*/ +/* Created at 2013-12-04-16-45-05*/ #ifndef GETDNS_H #define GETDNS_H @@ -33,6 +33,8 @@ #define GETDNS_RETURN_EXTENSION_MISFORMAT_TEXT "One or more of the extensions have a bad format." #define GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED 309 #define GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED_TEXT "A query was made with a context that is using stub resolution and a DNSSEC extension specified." +#define GETDNS_RETURN_MEMORY_ERROR 310 +#define GETDNS_RETURN_MEMORY_ERROR_TEXT "Unable to allocate the memory required." /* DNSSEC values */ #define GETDNS_DNSSEC_SECURE 400 diff --git a/spec/index.html b/spec/index.html index b964c43d..e8191cf2 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1043,6 +1043,8 @@ typedef struct getdns_list getdns_list;
One or more of the extensions have a bad format.
GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED
A query was made with a context that is using stub resolution and a DNSSEC extension specified.
+GETDNS_RETURN_MEMORY_ERROR
+Unable to allocate the memory required.
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