mirror of https://github.com/getdnsapi/getdns.git
[API 0.501] no ip addressed with getdns_general
again because the index.html wasn't included...
This commit is contained in:
parent
e606988488
commit
39ff6cf5a3
|
@ -151,8 +151,8 @@ described <a href="#Contexts">later in this document</a>. Note that a context <i
|
|||
before calling the function.</p>
|
||||
|
||||
<p class=define><code><b>*name</b></code></p>
|
||||
<p class=descrip>This is a null-terminted string consisting of either an
|
||||
ASCII-based domain name to be looked up, or a null-terminted text string that is an IPv4 or IPv6 address.
|
||||
<p class=descrip>This is a null-terminted string consisting of an
|
||||
ASCII-based domain name to be looked up.
|
||||
The values here follow the rules in section 2.1 of RFC 4343
|
||||
to allow non-ASCII octets and special characters in labels.</p>
|
||||
|
||||
|
@ -2440,7 +2440,7 @@ getdns_pretty_print_dict() for debugging.</li>
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.5.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.501.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