X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemflush.c;h=885aa6c85089708dcabd6058c58ee20f90e1c9da;hb=9598fdb9c2d65020b0021ee7a6fcd3332be8ce1e;hp=12034adba47e249619b65775b8d66d8ecf375150;hpb=e31617422d9af99123008f2b312d399d308491cc;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);