Merge in code changes for all of the new parser.
[m6w6/libmemcached] / libmemcached / hash.h
index 0e66426680b8b90320c81836983309ac199bc9b9..1480c3b924632f0732d4229e07c3887dc74e3a7f 100644 (file)
@@ -35,6 +35,9 @@ uint32_t memcached_generate_hash_with_redistribution(memcached_st *ptr, const ch
 LIBMEMCACHED_API
 void memcached_autoeject(memcached_st *ptr);
 
+LIBMEMCACHED_API
+  const char * libmemcached_string_hash(memcached_hash_t type);
+
 #ifdef __cplusplus
 }
 #endif