12f5034930482519a303c19083a882691ab1a8f0
[m6w6/libmemcached] / src / utilities.h
1 #include <memcached.h>
2
3 memcached_server_st *parse_opt_servers(char *server_strings);
4 char *strdup_cleanup(const char *str);
5 void cleanup(void);
6 long int timedif(struct timeval a, struct timeval b);