X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions.h;fp=libmemcached%2Foptions.h;h=0a27be982646889261dc69530cc70b85d1f7ad59;hb=50521589078b10acb7be711658754120be554852;hp=f06ae566d13591c2f5e0d72aaa28b89ff2be69ad;hpb=d9752c25d2f723d27e355d0c7090b65b0445c4a4;p=awesomized%2Flibmemcached diff --git a/libmemcached/options.h b/libmemcached/options.h index f06ae566..0a27be98 100644 --- a/libmemcached/options.h +++ b/libmemcached/options.h @@ -42,7 +42,7 @@ extern "C" { #endif LIBMEMCACHED_API - memcached_return_t libmemcached_check_configuration(const char *option_string, size_t length, const char *error_buffer, size_t error_buffer_size); + memcached_return_t libmemcached_check_configuration(const char *option_string, size_t length, char *error_buffer, size_t error_buffer_size); LIBMEMCACHED_API memcached_return_t memcached_parse_configuration(memcached_st *ptr, const char *option_string, size_t length);