mirror of https://github.com/getdnsapi/getdns.git
[API 0.361] APL rdata contains a list of aptimes
This commit is contained in:
parent
2c27392520
commit
4b7da6fc42
|
@ -1,4 +1,4 @@
|
|||
/* Created at 2013-12-04-16-38-12*/
|
||||
/* Created at 2013-12-04-16-40-01*/
|
||||
#ifndef GETDNS_H
|
||||
#define GETDNS_H
|
||||
|
||||
|
|
|
@ -1180,7 +1180,9 @@ and <code>certificate_or_crl</code> (a bindata)</p>
|
|||
dict with two names: <code>option_code</code> (an int) and <code>option_data</code> (a bindata).</p>
|
||||
|
||||
<p class=define>APL (42)</p>
|
||||
<p class=descrip><code>address_family</code> (an int), <code>prefix</code> (an int),
|
||||
<p class=descrip><code>apitems</code> (a list).
|
||||
Each element of the <code>apitems</code> list is a dict with four names:
|
||||
<code>address_family</code> (an int), <code>prefix</code> (an int),
|
||||
<code>n</code> (an int), and <code>afdpart</code> (a bindata)</p>
|
||||
|
||||
<p class=define>DS (43)</p>
|
||||
|
@ -2106,7 +2108,7 @@ default is the <span class=default>realloc</span> function.</p>
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.360.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.361.tgz">a tarball</a> 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
|
||||
|
|
Loading…
Reference in New Issue