Merge in code changes for all of the new parser.
[m6w6/libmemcached] / libmemcached / quit.h
index 7b98427f0f0f8125950390c8d83b529edb9458c6..e252a1ea10b24396090ad082fbfda3449db68c92 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_QUIT_H__
-#define __MEMCACHED_QUIT_H__
+#ifndef __LIBMEMCACHED_QUIT_H__
+#define __LIBMEMCACHED_QUIT_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -19,8 +19,11 @@ extern "C" {
 LIBMEMCACHED_API
 void memcached_quit(memcached_st *ptr);
 
+LIBMEMCACHED_LOCAL
+void memcached_quit_server(memcached_server_st *ptr, bool io_death);
+
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* __MEMCACHED_QUIT_H__ */
+#endif /* __LIBMEMCACHED_QUIT_H__ */