X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Futilities.h;h=6d4d72d444419d38073ac6233bd6ce198ebec19f;hb=536c81533f38155ce3bb88237d66007ccc3d858f;hp=857f78039694409d8f64dd2dd84ad7e7842b82f8;hpb=f580e35770a744c60cb92e1cd581944d9da72205;p=m6w6%2Flibmemcached diff --git a/src/utilities.h b/src/utilities.h index 857f7803..6d4d72d4 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -1,6 +1,19 @@ #include #include +#include #include "client_options.h" +#include "libmemcached_config.h" + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif typedef struct memcached_programs_help_st memcached_programs_help_st; @@ -16,3 +29,4 @@ void version_command(char *command_name); void help_command(char *command_name, char *description, const struct option *long_options, memcached_programs_help_st *options); +void process_hash_option(memcached_st *memc, char *opt_hash);