Add support for query_id, and fixes a few cases where programmer error can
[awesomized/libmemcached] / libmemcached / quit.h
index e252a1ea10b24396090ad082fbfda3449db68c92..e640020a3eb7a794490878db7acd84a10f002459 100644 (file)
@@ -22,6 +22,9 @@ void memcached_quit(memcached_st *ptr);
 LIBMEMCACHED_LOCAL
 void memcached_quit_server(memcached_server_st *ptr, bool io_death);
 
+LIBMEMCACHED_LOCAL
+void send_quit(memcached_st *ptr);
+
 #ifdef __cplusplus
 }
 #endif