Merge in additional documentation updates.
[awesomized/libmemcached] / libmemcached / quit.h
index 453adeaa969126e67bedf045d29f499490122dff..e640020a3eb7a794490878db7acd84a10f002459 100644 (file)
@@ -19,6 +19,12 @@ extern "C" {
 LIBMEMCACHED_API
 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