Updated return code from memcached_response to send proper return to
[awesomized/libmemcached] / include / memcached.h
index 1633872fea0412bdc903871d265c699bd756e1ce..d687897a20407bc03b13abf852db5bbe77855683 100644 (file)
@@ -66,6 +66,7 @@ typedef enum {
   MEMCACHED_END,
   MEMCACHED_DELETED,
   MEMCACHED_VALUE,
+  MEMCACHED_STAT,
   MEMCACHED_MAXIMUM_RETURN, /* Always add new error code before */
 } memcached_return;