X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fquit.h;h=e640020a3eb7a794490878db7acd84a10f002459;hb=18ace40ddb7271f3f5e71965f74fe11d7754bd8f;hp=e252a1ea10b24396090ad082fbfda3449db68c92;hpb=ba24508f51eed2af4f0192589801db2f945eac7b;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