X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=0c286b70e1b3c76fddee058989fdd6be747bfb98;hb=8c0dca3fe0a9cfbf6f2d595dedaabc08c9ef8dda;hp=e7d8df94b067302c8ca2095501d2f5fa03c6e1ab;hpb=25d9c6b0b915f46cc62d3aa72fe81e1274871cf4;p=m6w6%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index e7d8df94..0c286b70 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -1,3 +1,14 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + #include "libmemcached/common.h" #include #include @@ -81,7 +92,7 @@ void help_command(const char *command_name, const char *description, void process_hash_option(memcached_st *memc, char *opt_hash) { uint64_t set; - memcached_return rc; + memcached_return_t rc; if (opt_hash == NULL) return;