More timeout cleanup
[awesomized/libmemcached] / src / utilities.h
index 1fba99bf72f7808d20d8b3e95a6118d81eabb272..6d4d72d444419d38073ac6233bd6ce198ebec19f 100644 (file)
@@ -1,5 +1,6 @@
 #include <memcached.h>
 #include <getopt.h>
+#include <assert.h>
 #include "client_options.h"
 #include "libmemcached_config.h"
 
@@ -28,3 +29,4 @@ void version_command(char *command_name);
 void help_command(char *command_name, char *description,
                   const struct option *long_options,
                   memcached_programs_help_st *options);
+void process_hash_option(memcached_st *memc, char *opt_hash);