4 #include "client_options.h"
5 #include "libmemcached_config.h"
12 # include <sys/time.h>
18 typedef struct memcached_programs_help_st memcached_programs_help_st
;
20 struct memcached_programs_help_st
25 char *strdup_cleanup(const char *str
);
27 long int timedif(struct timeval a
, struct timeval b
);
28 void version_command(char *command_name
);
29 void help_command(char *command_name
, char *description
,
30 const struct option
*long_options
,
31 memcached_programs_help_st
*options
);
32 void process_hash_option(memcached_st
*memc
, char *opt_hash
);