X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fvirtual_bucket.h;h=9a63c38fa2a5a07b3cd07bfb26efd7ec6d42320c;hb=c8b9a1330aaf70eb9e820a3a48799c6baf606a4a;hp=e1c38536f85a556b134183f46655abc199585e75;hpb=de46e62fe493ce152e1804feec0d19d5d0cfaa9f;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