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