X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemdump.c;h=e185453890e3abf21b934673d467f91a40305e6d;hb=d590ead1014a271bd96bebd5790f1bf8818e5cab;hp=4329c1bdd099db1b7a53ccba9653d10dd633142f;hpb=7c986323bd4eece0d805f4df17eb03ea094f84f6;p=awesomized%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))) {