X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemflush.c;h=885aa6c85089708dcabd6058c58ee20f90e1c9da;hb=98d4dea6ae8869b6fe5e37a2908d66ff062b8f39;hp=12034adba47e249619b65775b8d66d8ecf375150;hpb=1b18496b3d1399d90cfba1975f23aee9c747445a;p=m6w6%2Flibmemcached diff --git a/clients/memflush.c b/clients/memflush.c index 12034adb..885aa6c8 100644 --- a/clients/memflush.c +++ b/clients/memflush.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 @@ -21,7 +32,7 @@ void options_parse(int argc, char *argv[]); int main(int argc, char *argv[]) { memcached_st *memc; - memcached_return rc; + memcached_return_t rc; memcached_server_st *servers; options_parse(argc, argv);