From 9c003c8963ab26367cfd431d4fd5d730182ea429 Mon Sep 17 00:00:00 2001 From: ngoyal Date: Mon, 9 Dec 2013 14:22:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb489e3..45caeefb 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Spec Differences This implementation makes a few modifications to the spec by adding the following methods to the public API: * `getdns_context_set_memory_functions` replaces `getdns_context_set_memory_allocator`, `getdns_context_set_memory_deallocator`, and `getdns_context_set_memory_reallocator` -* `getdns_list_create_with_context, `getdns_list_create_with_memory_functions`, `getdns_dict_create_with_context`, and `getdns_dict_create_with_memory_functions` to create lists and dictionaries with context or user supplied memory management functions. +* `getdns_list_create_with_context`, `getdns_list_create_with_memory_functions`, `getdns_dict_create_with_context`, and `getdns_dict_create_with_memory_functions` to create lists and dictionaries with context or user supplied memory management functions. #Supported Platforms