X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fvirtual_bucket.h;h=9a63c38fa2a5a07b3cd07bfb26efd7ec6d42320c;hb=d169e8c62f8ca4fe7d058d8e2254426105032b7e;hp=e1c38536f85a556b134183f46655abc199585e75;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=awesomized%2Flibmemcached diff --git a/libmemcached/virtual_bucket.h b/libmemcached/virtual_bucket.h index e1c38536..9a63c38f 100644 --- a/libmemcached/virtual_bucket.h +++ b/libmemcached/virtual_bucket.h @@ -2,7 +2,7 @@ * * Libmemcached library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -41,17 +41,14 @@ extern "C" { #endif -LIBMEMCACHED_LOCAL memcached_return_t memcached_virtual_bucket_create(memcached_st *self, const uint32_t *host_map, const uint32_t *forward_map, const uint32_t buckets, const uint32_t replicas); -LIBMEMCACHED_LOCAL uint32_t memcached_virtual_bucket_get(const memcached_st *self, uint32_t digest); -LIBMEMCACHED_LOCAL void memcached_virtual_bucket_free(memcached_st *self); #ifdef __cplusplus