X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fverbosity.h;fp=libmemcached%2Fverbosity.h;h=172ab9f673b48cacc9682e7dc9edd4adb5a5f1d3;hb=8f36e509f6130022162abf7cde7e6c8acbbe224c;hp=0000000000000000000000000000000000000000;hpb=58f1d68c19b4bebeefb6faa6c3ba85ba5a6b1057;p=awesomized%2Flibmemcached diff --git a/libmemcached/verbosity.h b/libmemcached/verbosity.h new file mode 100644 index 00000000..172ab9f6 --- /dev/null +++ b/libmemcached/verbosity.h @@ -0,0 +1,27 @@ +/* LibMemcached + * Copyright (C) 2010 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: Change the verbository level of the memcached server + * + */ + +#ifndef __MEMCACHED_VERBOSITY_H__ +#define __MEMCACHED_VERBOSITY_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +LIBMEMCACHED_API +memcached_return_t memcached_verbosity(memcached_st *ptr, uint32_t verbosity); + + +#ifdef __cplusplus +} +#endif + +#endif /* __MEMCACHED_VERBOSITY_H__ */