diff --git a/spec/getdns-0.511.tgz b/spec/getdns-0.511.tgz deleted file mode 100644 index d8754e72..00000000 Binary files a/spec/getdns-0.511.tgz and /dev/null differ diff --git a/spec/getdns-0.512.tgz b/spec/getdns-0.512.tgz new file mode 100644 index 00000000..198047cb Binary files /dev/null and b/spec/getdns-0.512.tgz differ diff --git a/spec/index.html b/spec/index.html index 5660e6b2..bf77429b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -548,6 +548,9 @@ this is only a graphical representation; the brackets, commas, quotation marks, are not part of the data. Also, this document uses macro names instead of some of the int arguments; of course, the data structures have the actual int in them.

+

The getdns_dict_get_names helper function creates a newly created list +containing the names in a dict. The caller is responsible for disposing this list.

+

The helper getter functions return references to getdns_dict, getdns_list and getdns_bindata data structures. The user must not directly destroy these retrieved "child" data structures; instead, they will automatically be destroyed when the containing "parent" data structure is destroyed. @@ -2454,7 +2457,7 @@ getdns_pretty_print_dict() for debugging.

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