X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=162366ab82d48403cbb11dc1b92c9254b56d0719;hb=475f477dab6dfc5e4f018d1ecfb128c37e2c44a0;hp=f55997a5852eb754605693100ae2482aa4cc422c;hpb=55b5455291498ef63c1c34976552d58708a74732;p=m6w6%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);