X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcached%2Fquit.h;h=e640020a3eb7a794490878db7acd84a10f002459;hb=a56e26d1e492bda3bf3c789a9391ae5b73f500cb;hp=453adeaa969126e67bedf045d29f499490122dff;hpb=284978b1dc258cb8cd2a32d6a0f25f2f9b284149;p=m6w6%2Flibmemcached diff --git a/libmemcached/quit.h b/libmemcached/quit.h index 453adeaa..e640020a 100644 --- a/libmemcached/quit.h +++ b/libmemcached/quit.h @@ -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