Remove need for build file.
[awesomized/libmemcached] / docs / memcached_verbosity.pod
1 =head1 NAME
2
3 memcached_verbosity - Modifiy verbosity of servers
4
5 =head1 LIBRARY
6
7 C Client Library for memcached (libmemcached, -lmemcached)
8
9 =head1 SYNOPSIS
10
11 #include <memcached.h>
12
13 memcached_return_t
14 memcached_verbosity (memcached_st *ptr,
15 unsigned int verbosity);
16
17 =head1 DESCRIPTION
18
19 memcached_verbosity() modifies the "verbosity" of the
20 memcached(1) servers referenced in the C<memcached_st> parameter.
21
22 =head1 RETURN
23
24 A value of type C<memcached_return_t> is returned
25 On success that value will be C<MEMCACHED_SUCCESS>.
26 Use memcached_strerror() to translate this value to a printable string.
27
28 =head1 HOME
29
30 To find out more information please check:
31 L<https://launchpad.net/libmemcached>
32
33 =head1 AUTHOR
34
35 Brian Aker, E<lt>brian@tangent.orgE<gt>
36
37 =head1 SEE ALSO
38
39 memcached(1) libmemcached(3) memcached_strerror(3)
40
41 =cut
42