Merge in update for document on prefix key.
[m6w6/libmemcached] / docs / memcached_generate_hash_value.pod
index dd45ab3ea22b41458d4bdf1996fc821c100367f9..a2af1fc4e8af57981f49c40cc98df51023a48dd2 100644 (file)
@@ -13,7 +13,7 @@ C Client Library for memcached (libmemcached, -lmemcached)
   uint32_t
     memcached_generate_hash_value (const char *key,
                                    size_t key_length,
-                                   memcached_hash hash_algorithm);
+                                   memcached_hash_t hash_algorithm);
 
   uint32_t 
     memcached_generate_hash (memcached_st *ptr,
@@ -23,7 +23,7 @@ C Client Library for memcached (libmemcached, -lmemcached)
 =head1 DESCRIPTION
 
 memcached_generate_hash_value() allows you to hash a key using one of
-the hash fuctions defined in the library. This method is provided for
+the hash functions defined in the library. This method is provided for
 the convenience of higher-level language bindings and is not necessary
 for normal memcache operations.
 
@@ -34,6 +34,9 @@ memcached_generate_hash() takes a memcached_st struture and produces
 the hash value that would have been generated based on the defaults
 of the memcached_st structure.
 
+As of version 0.36 all hash methods have been placed into the library
+libhashkit(3) which is linked with libmemcached(3).
+
 =head1 RETURN
 
 A 32-bit integer which is the result of hashing the given key.
@@ -43,7 +46,7 @@ returned.
 =head1 HOME
 
 To find out more information please check: 
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
@@ -51,7 +54,7 @@ Brian Aker, E<lt>brian@tangent.orgE<gt>
 
 =head1 SEE ALSO
 
-memcached(1) libmemcached(3) memcached_behavior_set(3)
+memcached(1) libmemcached(3) memcached_behavior_set(3) libhashkit(3)
 
 =cut