X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.c;h=2fd1f3273ee5f2439fb13808d66997e5e5ed266c;hb=d70dd7ca2db0a4f7d7c63367466567cc1efe9f68;hp=31d4584035aed7b18f70a7e36bc03f1210a9c934;hpb=857ca43d65fe6a52474641130312d26d125bef15;p=m6w6%2Flibmemcached diff --git a/libmemcached/do.c b/libmemcached/do.c index 31d45840..2fd1f327 100644 --- a/libmemcached/do.c +++ b/libmemcached/do.c @@ -1,6 +1,17 @@ +/* LibMemcached + * Copyright (C) 2006-2010 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 "common.h" -memcached_return_t memcached_do(memcached_server_st *ptr, const void *command, +memcached_return_t memcached_do(memcached_server_write_instance_st ptr, const void *command, size_t command_length, bool with_flush) { memcached_return_t rc;