X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Fsasl.h;h=c3084217effdd79907e845a1e5112909a28b5e63;hb=9ad3090b40fabae0ccc1b3e156bfc84c4c62d47d;hp=8602246d9523cb8f71bc70af6219abf33b105543;hpb=c69776b7cf0d0c26b07abd83da8a797182ff6fae;p=m6w6%2Flibmemcached diff --git a/libmemcached-1.0/sasl.h b/libmemcached-1.0/sasl.h index 8602246d..c3084217 100644 --- a/libmemcached-1.0/sasl.h +++ b/libmemcached-1.0/sasl.h @@ -63,21 +63,8 @@ memcached_return_t memcached_destroy_sasl_auth_data(memcached_st *ptr); LIBMEMCACHED_API sasl_callback_t *memcached_get_sasl_callbacks(memcached_st *ptr); -LIBMEMCACHED_LOCAL -memcached_return_t memcached_clone_sasl(memcached_st *clone, const memcached_st *source); - -LIBMEMCACHED_LOCAL -memcached_return_t memcached_sasl_authenticate_connection(memcached_server_st *server); - #ifdef __cplusplus } #endif -struct memcached_sasl_st { - sasl_callback_t *callbacks; - /* - ** Did we allocate data inside the callbacks, or did the user - ** supply that. - */ - bool is_allocated; -}; +#include