X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=162366ab82d48403cbb11dc1b92c9254b56d0719;hb=f283b947353ca50d35adad5326700df66a86c1a5;hp=f55997a5852eb754605693100ae2482aa4cc422c;hpb=e42302e08fa4d04cb21eaf7493f5f92b11169c03;p=awesomized%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index f55997a5..162366ab 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -35,7 +35,7 @@ typedef struct memcached_programs_help_st memcached_programs_help_st; -struct memcached_programs_help_st +struct memcached_programs_help_st { char *not_used_yet; }; @@ -48,3 +48,5 @@ void help_command(const char *command_name, const char *description, const struct option *long_options, memcached_programs_help_st *options); void process_hash_option(memcached_st *memc, char *opt_hash); +bool initialize_sasl(memcached_st *memc, char *user, char *password); +void shutdown_sasl(void);