2 #include <libmemcached/memcached.h>
3 #include "client_options.h"
10 # include <sys/time.h>
16 typedef struct memcached_programs_help_st memcached_programs_help_st
;
18 struct memcached_programs_help_st
23 char *strdup_cleanup(const char *str
);
25 long int timedif(struct timeval a
, struct timeval b
);
26 void version_command(char *command_name
);
27 void help_command(char *command_name
, char *description
,
28 const struct option
*long_options
,
29 memcached_programs_help_st
*options
);
30 void process_hash_option(memcached_st
*memc
, char *opt_hash
);