X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions.h;h=0a27be982646889261dc69530cc70b85d1f7ad59;hb=8dbf5dfc11d59551dbe433dc45e8c1283cbd939a;hp=f06ae566d13591c2f5e0d72aaa28b89ff2be69ad;hpb=9da805a13af25708dcf567f15ea7c1acf31462f1;p=m6w6%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);