Remove cork from being optional, just use it as we need it.
[m6w6/libmemcached] / libmemcached / options / context.h
index e650b5ee582c290681f98490b059312b78218dc6..9e4ecb3a32d5d873f25e2937a914a5838f0bbe30 100644 (file)
@@ -63,6 +63,8 @@ public:
     return _end;
   }
 
+  void start();
+
   void set_end()
   {
     rc= MEMCACHED_SUCCESS;