X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fhashkit_functions.rst;h=542fd95f6021a93a27cbc4e9d5127b95fcaabef9;hb=281c398ba3a10af677494c4453cd09d85ca921e0;hp=12a1048eaac0c5cbaf09a675c6d1b34f26d786d7;hpb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;p=m6w6%2Flibmemcached diff --git a/docs/hashkit_functions.rst b/docs/hashkit_functions.rst index 12a1048e..542fd95f 100644 --- a/docs/hashkit_functions.rst +++ b/docs/hashkit_functions.rst @@ -11,7 +11,7 @@ LIBRARY ------- -C Library for hashing algorithms (libhashkit, -lhashkit) +C Library for hashing algorithms (libmemcached, -lhashkit) -------- @@ -22,7 +22,7 @@ SYNOPSIS .. code-block:: perl - #include + #include uint32_t hashkit_default(const char *key, size_t key_length); uint32_t hashkit_fnv1_64(const char *key, size_t key_length);