Cleanup for F18 build notices.
[awesomized/libmemcached] / libmemcached / virtual_bucket.h
index e1c38536f85a556b134183f46655abc199585e75..9a63c38fa2a5a07b3cd07bfb26efd7ec6d42320c 100644 (file)
@@ -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
 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