Update to tests (just moved for version specifics). Outlined basics for 1.2, and 2.0
[awesomized/libmemcached] / libmemcached-1.0 / allocators.h
index 9df6e87efd692f768fa9f058c10205a4e48a5078..86f05a06a9a81ac421b6d41896a764a695919443 100644 (file)
 
 #pragma once
 
-struct memcached_allocator_t {
-  memcached_calloc_fn calloc;
-  memcached_free_fn free;
-  memcached_malloc_fn malloc;
-  memcached_realloc_fn realloc;
-  void *context;
-};
-
 #ifdef __cplusplus
 extern "C" {
 #endif