X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=af6706135b84a19232b4162ee1e542d0d0188f3f;hb=0f880f36260e5b71921b17425400c952b96606d1;hp=6d4d72d444419d38073ac6233bd6ce198ebec19f;hpb=34a8c3858f30b02568c87f56a827f618aba6d6be;p=m6w6%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index 6d4d72d4..af670613 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -1,8 +1,6 @@ -#include #include -#include +#include #include "client_options.h" -#include "libmemcached_config.h" #if TIME_WITH_SYS_TIME # include @@ -25,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);