memcap works, though it does nothing useful at the moment :)
[awesomized/libmemcached] / src / utilities.h
index 777c7765af2443fcc05bc5543b10606836072883..12f5034930482519a303c19083a882691ab1a8f0 100644 (file)
@@ -1,7 +1,6 @@
 #include <memcached.h>
 
-void parse_opt_servers (memcached_st *ptr,
-                        char *opt_servers);
+memcached_server_st *parse_opt_servers(char *server_strings);
 char *strdup_cleanup(const char *str);
 void cleanup(void);
 long int timedif(struct timeval a, struct timeval b);