X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libhashkit%2Ffunction.h;h=56fcc795829e1b2e4e9821a20b90aab862c5c7f0;hb=5f65f6be53b3e3d92969b1dd414e0c6473bdf1ec;hp=8a550ec686c7a4bfdaf2d12d56e341c913a84821;hpb=42771008c1a69a2bfac10bbc89d00094d738e896;p=awesomized%2Flibmemcached diff --git a/libhashkit/function.h b/libhashkit/function.h index 8a550ec6..56fcc795 100644 --- a/libhashkit/function.h +++ b/libhashkit/function.h @@ -13,9 +13,6 @@ extern "C" { #endif -HASHKIT_API -uint32_t hashkit_generate_value(const hashkit_st *self, const char *key, size_t key_length); - /** This sets/gets the default function we will be using. */ @@ -40,13 +37,6 @@ hashkit_return_t hashkit_set_custom_distribution_function(hashkit_st *self, hash HASHKIT_API hashkit_hash_algorithm_t hashkit_get_distribution_function(const hashkit_st *self); -/** - This is a utilitly function provided so that you can directly access hashes with a hashkit_st. -*/ - -HASHKIT_API -uint32_t libhashkit_generate_value(const char *key, size_t key_length, hashkit_hash_algorithm_t hash_algorithm); - #ifdef __cplusplus } #endif