X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions.h;fp=libmemcached%2Foptions.h;h=b1b9b92ad67271a4657afd22c3086a9b699b545d;hb=16c2fe9cc04a3f15fe56d3be2f3be19a1d731fb2;hp=a2351548c2ec394f70c83e89bb6122c152a92db1;hpb=385cc099521ab79b8ecb289cd25c46d7cf3caa5c;p=awesomized%2Flibmemcached diff --git a/libmemcached/options.h b/libmemcached/options.h index a2351548..b1b9b92a 100644 --- a/libmemcached/options.h +++ b/libmemcached/options.h @@ -41,6 +41,9 @@ extern "C" { #endif +LIBMEMCACHED_API + memcached_return_t memcached_check_options(const char *option_string, size_t length, const char *error_buffer, size_t error_buffer_size); + LIBMEMCACHED_API memcached_return_t memcached_parse_options(memcached_st *ptr, const char *option_string, size_t length);