X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemcat.c;h=2f46ee901792a7e119dae7be714edf8884c1b4ca;hb=ebe4a05e9b023d7ef5b26ee98318a11582264efd;hp=944afe721467a009da8ed1ce4343323f5c7e7641;hpb=e31617422d9af99123008f2b312d399d308491cc;p=awesomized%2Flibmemcached diff --git a/clients/memcat.c b/clients/memcat.c index 944afe72..2f46ee90 100644 --- a/clients/memcat.c +++ b/clients/memcat.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 @@ -27,7 +38,7 @@ int main(int argc, char *argv[]) char *string; size_t string_length; uint32_t flags; - memcached_return rc; + memcached_return_t rc; memcached_server_st *servers; options_parse(argc, argv);