Merge in more updates for docs (we are just going to check them all in so that users...
[awesomized/libmemcached] / libmemcached / string.h
index 77c55489a2056291bdebf94e3cf9dda44af6b743..ca3dad14faa64e2601c652b1f98b624a26df69b6 100644 (file)
@@ -27,7 +27,7 @@ struct memcached_string_st {
   char *end;
   char *string;
   size_t current_size;
-  const memcached_st *root;
+  memcached_st *root;
   struct {
     bool is_allocated:1;
     bool is_initialized:1;