File Refactoring
[awesomized/libmemcached] / libmemcached / verbosity.h
diff --git a/libmemcached/verbosity.h b/libmemcached/verbosity.h
new file mode 100644 (file)
index 0000000..172ab9f
--- /dev/null
@@ -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__ */