Removed dumb bug concerning set (was still using a buffer).
[awesomized/libmemcached] / src / utilities.h
index fe79781797816ddd7d85314d5c7eb96af982c366..7d442f23661c0a9627224c9735951f7db68c2335 100644 (file)
@@ -2,3 +2,5 @@
 
 void parse_opt_servers (memcached_st *ptr,
                         char *opt_servers);
+char *strdup_cleanup(const char *str);
+void cleanup(void);