X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions.h;h=893da2ac9346d8f441b94aeea1ed137e14b373bf;hb=517d9f55399cbd61963e5cb9da6e733e6381b254;hp=2785c1220102229a8fb5dce56fa04b42ac72172f;hpb=54f01e08b61f4463a9659da7b329c7de04a41dce;p=awesomized%2Flibmemcached diff --git a/libmemcached/options.h b/libmemcached/options.h index 2785c122..893da2ac 100644 --- a/libmemcached/options.h +++ b/libmemcached/options.h @@ -50,9 +50,6 @@ LIBMEMCACHED_LOCAL LIBMEMCACHED_LOCAL memcached_return_t memcached_parse_configuration(memcached_st *ptr, const char *option_string, size_t length); -LIBMEMCACHED_LOCAL - memcached_return_t memcached_parse_configure_file(memcached_st *ptr, const char *filename, size_t filename_length); - LIBMEMCACHED_LOCAL const char *memcached_parse_filename(memcached_st *memc); @@ -62,3 +59,13 @@ LIBMEMCACHED_LOCAL #ifdef __cplusplus } #endif + +#ifdef __cplusplus + +LIBMEMCACHED_LOCAL + memcached_return_t memcached_parse_configure_file(memcached_st *self, const char *filename, size_t length); + +LIBMEMCACHED_LOCAL + memcached_return_t memcached_parse_configure_file(memcached_st *self, memcached_array_st *filename); + +#endif