X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemdump.c;h=e185453890e3abf21b934673d467f91a40305e6d;hb=93723c9e5e41d8d9c41f610623060b28b4ec8ae3;hp=4329c1bdd099db1b7a53ccba9653d10dd633142f;hpb=98c99981e0ebe7f716bea2e4d95434d159103fcd;p=m6w6%2Flibmemcached diff --git a/clients/memdump.c b/clients/memdump.c index 4329c1bd..e1854538 100644 --- a/clients/memdump.c +++ b/clients/memdump.c @@ -40,7 +40,7 @@ static char *opt_servers= NULL; static char *opt_hash= NULL; /* Print the keys and counter how many were found */ -static memcached_return_t key_printer(memcached_st *ptr __attribute__((unused)), +static memcached_return_t key_printer(const memcached_st *ptr __attribute__((unused)), const char *key, size_t key_length, void *context __attribute__((unused))) {