X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibhashkit%2Fhashkit_value.rst;h=101630c72179c437e4234be325c321689d73e6cf;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;hp=1522b4401c4989aef64afd8efade5d7da2f42a51;hpb=e20117720ca0fa133781b62c43aab59fe864b390;p=awesomized%2Flibmemcached diff --git a/docs/source/libhashkit/hashkit_value.rst b/docs/source/libhashkit/hashkit_value.rst index 1522b440..101630c7 100644 --- a/docs/source/libhashkit/hashkit_value.rst +++ b/docs/source/libhashkit/hashkit_value.rst @@ -9,6 +9,10 @@ SYNOPSIS .. function:: uint32_t hashkit_value(hashkit_st *hash, const char *key, size_t key_length) + :param hash: pointer to an initialized `hashkit_st` struct + :param key: the key to genereate a hash of + :param key_length: the length of the `key` without any terminating zero byte + DESCRIPTION -----------