X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.c;h=36c0468b28e65b8be047e578217b39295c9c5bde;hb=f0d3a824ed9acb9f6e3080683abe2bcc8b0cd6bd;hp=f52abfa2c8dc0b5e3d5b23b9624c65da864bcaba;hpb=da1be05d0e6fed21a14201dcea0dc2c71498bd74;p=awesomized%2Flibmemcached diff --git a/example/interface_v1.c b/example/interface_v1.c index f52abfa2..36c0468b 100644 --- a/example/interface_v1.c +++ b/example/interface_v1.c @@ -11,9 +11,6 @@ #include "config.h" #include #include -#include -#include -#include #include #include #include @@ -65,7 +62,8 @@ static protocol_binary_response_status append_handler(const void *cookie, const void* val, uint32_t vallen, uint64_t cas, - uint64_t *result_cas) { + uint64_t *result_cas) +{ (void)cookie; protocol_binary_response_status rval= PROTOCOL_BINARY_RESPONSE_SUCCESS;