From 78452545f6ba0b3670a623a8f10382cbfe681b4c Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Mon, 1 Dec 2008 18:30:01 +0100 Subject: [PATCH] Sync protocol_binary.h with the memcached repository --- libmemcached/memcached/protocol_binary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2