Added/restructured all additional hostname information
[m6w6/libmemcached] / src / utilities.h
1 #include <memcached.h>
2
3 void parse_opt_servers (memcached_st *ptr,
4 char *opt_servers);
5 char *strdup_cleanup(const char *str);
6 void cleanup(void);
7 long int timedif(struct timeval a, struct timeval b);