From 0e8e8de97ddbff0f9e57d475a739ff5b44012215 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 6 Dec 2013 16:02:32 +0100 Subject: [PATCH] [API 0.370] getdns_context_set_memory_function*s*! --- spec/getdns_core_only.h | 4 ++-- spec/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 2f6a6e8c..1da6f724 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -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" diff --git a/spec/index.html b/spec/index.html index db3bb9ee..7cc6778b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2158,14 +2158,14 @@ The response dicts inherit the custom memory management functions and the value

GETDNS_CONTEXT_CODE_DNSSEC_ALLOWED_SKEW

Change related to getdns_context_set_dnssec_allowed_skew

GETDNS_CONTEXT_CODE_MEMORY_FUNCTIONS

-

Change related to getdns_context_set_memory_function

+

Change related to getdns_context_set_memory_functions

GETDNS_CONTEXT_CODE_TIMEOUT

Change related to getdns_context_set_timeout

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