X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fquit.h;h=e640020a3eb7a794490878db7acd84a10f002459;hb=18ace40ddb7271f3f5e71965f74fe11d7754bd8f;hp=7b98427f0f0f8125950390c8d83b529edb9458c6;hpb=8f36e509f6130022162abf7cde7e6c8acbbe224c;p=awesomized%2Flibmemcached diff --git a/libmemcached/quit.h b/libmemcached/quit.h index 7b98427f..e640020a 100644 --- a/libmemcached/quit.h +++ b/libmemcached/quit.h @@ -9,8 +9,8 @@ * */ -#ifndef __MEMCACHED_QUIT_H__ -#define __MEMCACHED_QUIT_H__ +#ifndef __LIBMEMCACHED_QUIT_H__ +#define __LIBMEMCACHED_QUIT_H__ #ifdef __cplusplus extern "C" { @@ -19,8 +19,14 @@ 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 -#endif /* __MEMCACHED_QUIT_H__ */ +#endif /* __LIBMEMCACHED_QUIT_H__ */