mirror of https://github.com/getdnsapi/getdns.git
Another small typo
svn revision 168 getdns-api version 0.354
This commit is contained in:
parent
44e416809d
commit
5f67ffeb1f
|
@ -1,4 +1,4 @@
|
|||
/* Created at 2013-11-13-15-01-41*/
|
||||
/* Created at 2013-11-13-15-03-09*/
|
||||
#ifndef GETDNS_H
|
||||
#define GETDNS_H
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
#define GETDNS_RETURN_NO_SUCH_EXTENSION 307
|
||||
#define GETDNS_RETURN_NO_SUCH_EXTENSION_TEXT A name in the extensions dict is not a valid extension.
|
||||
#define GETDNS_RETURN_EXTENSION_MISFORMAT 308
|
||||
#define GETDNS_RETURN_EXTENSION_MISFORMAT_TEXT One or more of the extensions is has a bad format.
|
||||
#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.
|
||||
|
||||
|
|
|
@ -1044,7 +1044,7 @@ typedef struct getdns_list some_list;
|
|||
<p class=define>GETDNS_RETURN_NO_SUCH_EXTENSION</p>
|
||||
<p class=descrip>A name in the extensions dict is not a valid extension.</p>
|
||||
<p class=define>GETDNS_RETURN_EXTENSION_MISFORMAT</p>
|
||||
<p class=descrip>One or more of the extensions is has a bad format.</p>
|
||||
<p class=descrip>One or more of the extensions have a bad format.</p>
|
||||
<p class=define>GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED</p>
|
||||
<p class=descrip>A query was made with a context that is using stub resolution and a DNSSEC extension specified.</p>
|
||||
|
||||
|
@ -2117,7 +2117,7 @@ default is the <span class=default>realloc</span> function.</p>
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.353.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.354.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