Update changelog
[awesomized/libmemcached] / docs / hashkit_create.rst
index 44402b37ef53d22407189a9522f3148140771105..e0c9c71c0fd48c06cae541faad9347fad45def16 100644 (file)
@@ -3,35 +3,24 @@ Creating a hashkit structure
 ============================
 
 
-Create and destroy hashkit objects
-
-
--------
-LIBRARY
--------
-
-
-C Library for hashing algorithms (libmemcached, -lhashkit)
-
-
 --------
 SYNOPSIS
 --------
 
+C Library for hashing algorithms (libmemcached, -lhashkit)
 
 
-.. code-block:: perl
-
-   #include <libhashkit/hashkit.h>
-   hashkit_st *hashkit_create(hashkit_st *hash);
+#include <libhashkit/hashkit.h>
  
-   hashkit_st *hashkit_clone(hashkit_st *destination, const hashkit_st *ptr);
+.. c:function:: hashkit_st *hashkit_create(hashkit_st *hash);
  
-   void hashkit_free(hashkit_st *hash);
-   bool hashkit_is_allocated(const hashkit_st *hash);
+.. c:function:: hashkit_st *hashkit_clone(hashkit_st *destination, const hashkit_st *ptr);
+
+.. c:function:: void hashkit_free(hashkit_st *hash);
+
+.. c:function:: bool hashkit_is_allocated(const hashkit_st *hash);
 
+Compile and link with -lmemcached
 
 
 -----------
@@ -74,4 +63,4 @@ HOME
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_