memcap works, though it does nothing useful at the moment :)
[awesomized/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);