Trying to fix the issue of scanner not compiling on all platforms.
[m6w6/libmemcached] / libmemcached / behavior.h
index c5f855ee1fa24e4673bee4cb8aa21068ac6cd80f..ca6fb49207b44b1fa85c597aa1680b2d9d2e8421 100644 (file)
@@ -46,6 +46,16 @@ bool _is_auto_eject_host(const memcached_st *ptr);
 LIBMEMCACHED_LOCAL
   const char *libmemcached_string_behavior(const memcached_behavior_t flag);
 
+LIBMEMCACHED_LOCAL
+  const char *libmemcached_string_distribution(const memcached_server_distribution_t flag);
+
+LIBMEMCACHED_API
+  memcached_return_t memcached_bucket_set(memcached_st *self,
+                                          const uint32_t *host_map,
+                                          const uint32_t *forward_map,
+                                          const uint32_t buckets,
+                                          const uint32_t replicas);
+
 #ifdef __cplusplus
 }
 #endif