From: Trond Norbye Date: Mon, 1 Dec 2008 17:30:01 +0000 (+0100) Subject: Sync protocol_binary.h with the memcached repository X-Git-Tag: 0.26~36 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=78452545f6ba0b3670a623a8f10382cbfe681b4c;p=awesomized%2Flibmemcached Sync protocol_binary.h with the memcached repository --- diff --git a/libmemcached/memcached/protocol_binary.h b/libmemcached/memcached/protocol_binary.h index e4ef3500..ee5dd0b9 100644 --- a/libmemcached/memcached/protocol_binary.h +++ b/libmemcached/memcached/protocol_binary.h @@ -93,7 +93,7 @@ extern "C" PROTOCOL_BINARY_CMD_GETKQ = 0x0d, PROTOCOL_BINARY_CMD_APPEND = 0x0e, PROTOCOL_BINARY_CMD_PREPEND = 0x0f, - PROTOCOL_BINARY_CMD_STAT = 0x10 + PROTOCOL_BINARY_CMD_STAT = 0x10 } protocol_binary_command; /** @@ -259,7 +259,7 @@ extern "C" * Definition of the packet returned by the noop command * See section 4 */ - typedef protocol_binary_response_no_extras protocol_binary_response_nnoop; + typedef protocol_binary_response_no_extras protocol_binary_response_noop; /** * Definition of the structure used by the increment and decrement