mirror of https://github.com/getdnsapi/getdns.git
[API 0.370] getdns_context_set_memory_function*s*!
This commit is contained in:
parent
152bffb883
commit
0e8e8de97d
|
@ -1,4 +1,4 @@
|
|||
/* Created at 2013-12-06-14-45-57*/
|
||||
/* Created at 2013-12-06-16-00-32*/
|
||||
#ifndef GETDNS_H
|
||||
#define GETDNS_H
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
|||
#define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW 614
|
||||
#define GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW_TEXT "Change related to getdns_context_set_dnssec_allowed_skew"
|
||||
#define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS 615
|
||||
#define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS_TEXT "Change related to getdns_context_set_memory_function"
|
||||
#define GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS_TEXT "Change related to getdns_context_set_memory_functions"
|
||||
#define GETDNS_CONTEXT_CODE_TIMEOUT 616
|
||||
#define GETDNS_CONTEXT_CODE_TIMEOUT_TEXT "Change related to getdns_context_set_timeout"
|
||||
|
||||
|
|
|
@ -2158,14 +2158,14 @@ The response dicts inherit the custom memory management functions and the value
|
|||
<p class=define>GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW</p>
|
||||
<p class=descrip>Change related to <code>getdns_context_set_dnssec_allowed_skew</code></p>
|
||||
<p class=define>GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS</p>
|
||||
<p class=descrip>Change related to <code>getdns_context_set_memory_function</code></p>
|
||||
<p class=descrip>Change related to <code>getdns_context_set_memory_functions</code></p>
|
||||
<p class=define>GETDNS_CONTEXT_CODE_TIMEOUT</p>
|
||||
<p class=descrip>Change related to <code>getdns_context_set_timeout</code></p>
|
||||
|
||||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.369.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.370.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