X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=af6706135b84a19232b4162ee1e542d0d0188f3f;hb=ab40ca3627fc4f5fe7a020a92fcdb925e108a7af;hp=6f8967af442b445f10734744a1978106279342e4;hpb=2f44187ce709c4524aef74f9d2e788d5845829d5;p=m6w6%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index 6f8967af..af670613 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -1,7 +1,6 @@ #include -#include +#include #include "client_options.h" -#include "libmemcached_config.h" #if TIME_WITH_SYS_TIME # include @@ -24,8 +23,8 @@ struct memcached_programs_help_st char *strdup_cleanup(const char *str); void cleanup(void); long int timedif(struct timeval a, struct timeval b); -void version_command(char *command_name); -void help_command(char *command_name, char *description, +void version_command(const char *command_name); +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);