Null
[awesomized/libmemcached] / src / utilities.h
1 #include <memcached.h>
2 #include <getopt.h>
3
4 typedef struct memcached_programs_help_st memcached_programs_help_st;
5
6 struct memcached_programs_help_st
7 {
8 char *not_used_yet;
9 };
10
11 char *strdup_cleanup(const char *str);
12 void cleanup(void);
13 long int timedif(struct timeval a, struct timeval b);
14 void version_command(char *command_name);
15 void help_command(char *command_name, char *description,
16 const struct option *long_options,
17 memcached_programs_help_st *options);