docs: ws
[awesomized/libmemcached] / docs / source / libmemcached / memcached_user_data.rst
index 9f62f8903b4d7ff4252a09f2b94007075835d13f..0651224421965a5e699e1d521c77f57f7a9e7d18 100644 (file)
@@ -6,20 +6,16 @@ Storing custom user information in the client.
 
 Manage user specific data
 
-
 -------
 LIBRARY
 -------
 
-
 C Client Library for memcached (libmemcached, -lmemcached)
 
-
 --------
 SYNOPSIS
 --------
 
-
 #include <libmemcached/memcached.h>
 
 .. function:: void *memcached_get_user_data (memcached_st *ptr)
@@ -28,13 +24,10 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
-
-
 -----------
 DESCRIPTION
 -----------
 
-
 libmemcached(3) allows you to store a pointer to a user specific data inside
 the memcached_st structure.
 
@@ -43,18 +36,14 @@ the memcached_st structure.
 
 :func:`memcached_get_user_data` is used to retrieve the user specific data in the :type:`memcached_st` structure.
 
-
 ------
 RETURN
 ------
 
-
 :func:`memcached_set_user_data` returns the previous value of the user specific data.
 
 :func:`memcached_get_user_data` returns the current value uf the user specific data.
 
-
-
 --------
 SEE ALSO
 --------