diff --git a/spec/getdns-0.376.tgz b/spec/getdns-0.377.tgz similarity index 51% rename from spec/getdns-0.376.tgz rename to spec/getdns-0.377.tgz index 3594ad1d..74286d09 100644 Binary files a/spec/getdns-0.376.tgz and b/spec/getdns-0.377.tgz differ diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index a3dfd424..d92feeaf 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,10 +1,9 @@ -/* Created at 2014-01-20-16-01-49*/ +/* Created at 2014-01-22-09-54-56*/ #ifndef GETDNS_H #define GETDNS_H #include #include -#include #define GETDNS_COMPILATION_COMMENT The API implementation should fill in something here, such as a compilation version string and date, and change it each time the API is compiled. diff --git a/spec/index.html b/spec/index.html index 92e59e16..222dd71b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2210,7 +2210,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 diff --git a/src/getdns/getdns.h b/src/getdns/getdns.h index 8073fc87..9e8f3556 100644 --- a/src/getdns/getdns.h +++ b/src/getdns/getdns.h @@ -38,7 +38,6 @@ #include #include -#include struct event_base;