X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fhashkit_value.rst;h=f768f887c4cb1e121d0ebc4cc82d72d52fa9036a;hb=50dc8599f105fe915607e6f2d57851fd9acad839;hp=e3f4f22cd5edfc45086b611ee743235429c13b8b;hpb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;p=m6w6%2Flibmemcached diff --git a/docs/hashkit_value.rst b/docs/hashkit_value.rst index e3f4f22c..f768f887 100644 --- a/docs/hashkit_value.rst +++ b/docs/hashkit_value.rst @@ -3,30 +3,21 @@ hashkit_value ============= -Generate a value for the given key - - -------- -LIBRARY -------- - - -C Library for hashing algorithms (libhashkit, -lhashkit) +.. index:: object: hashkit_st +Generate a value for the given key -------- SYNOPSIS -------- +#include -.. code-block:: perl - - #include +.. c:function:: uint32_t hashkit_value(hashkit_st *hash, const char *key, size_t key_length); - uint32_t hashkit_value(hashkit_st *hash, - const char *key, - size_t key_length); + +Compile and link with -lhashkit @@ -55,7 +46,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ --------