X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fquit.h;h=e252a1ea10b24396090ad082fbfda3449db68c92;hb=3dee67d04099cc5e2986ed94aa612f429f54d6fb;hp=7b98427f0f0f8125950390c8d83b529edb9458c6;hpb=a4456cc10079f2e6f648befc91657f2723c825e5;p=m6w6%2Flibmemcached diff --git a/libmemcached/quit.h b/libmemcached/quit.h index 7b98427f..e252a1ea 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,11 @@ extern "C" { LIBMEMCACHED_API void memcached_quit(memcached_st *ptr); +LIBMEMCACHED_LOCAL +void memcached_quit_server(memcached_server_st *ptr, bool io_death); + #ifdef __cplusplus } #endif -#endif /* __MEMCACHED_QUIT_H__ */ +#endif /* __LIBMEMCACHED_QUIT_H__ */