Add support for SASL
[awesomized/libmemcached] / clients / utilities.h
index f55997a5852eb754605693100ae2482aa4cc422c..162366ab82d48403cbb11dc1b92c9254b56d0719 100644 (file)
@@ -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);