X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;fp=clients%2Futilities.h;h=af6706135b84a19232b4162ee1e542d0d0188f3f;hb=17715ceb4fae0acb43811fa8ec17e0e788c44931;hp=ea0be2ea42234ab55ea7b09c3b320e939001ee79;hpb=75eb8124fafb26758f7dd29a38fe04d403a73700;p=awesomized%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index ea0be2ea..af670613 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -23,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);