X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fcommon%2Fexecute.h;h=9b08d8ada3b71b30f4cc10c3b32d60a2832a5237;hb=cb40bfe8923a2b06160a965d95b45ca0ea3421ab;hp=c044c669cabc219abb985e4b906e4a90e81eb096;hpb=7e2b466107a65e22f1cc258ca8643922dbb60352;p=m6w6%2Flibmemcached diff --git a/src/bin/common/execute.h b/src/bin/common/execute.h index c044c669..9b08d8ad 100644 --- a/src/bin/common/execute.h +++ b/src/bin/common/execute.h @@ -1,15 +1,19 @@ -/* 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: - * - */ +/* + +--------------------------------------------------------------------+ + | libmemcached - C/C++ Client Library for memcached | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted under the terms of the BSD license. | + | You should have received a copy of the license in a bundled file | + | named LICENSE; in case you did not receive a copy you can review | + | the terms online at: https://opensource.org/licenses/BSD-3-Clause | + +--------------------------------------------------------------------+ + | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | + | Copyright (c) 2020 Michael Wallner | + +--------------------------------------------------------------------+ +*/ -#pragma once +#pragma once #include @@ -22,7 +26,7 @@ extern "C" { unsigned int execute_set(memcached_st *memc, pairs_st *pairs, unsigned int number_of); unsigned int execute_get(memcached_st *memc, pairs_st *pairs, unsigned int number_of); -unsigned int execute_mget(memcached_st *memc, const char * const *keys, size_t *key_length, +unsigned int execute_mget(memcached_st *memc, const char *const *keys, size_t *key_length, unsigned int number_of); #ifdef __cplusplus