X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=d239d264c06a67d2eb57da17c6f0aef9ebacd581;hb=3998b1125e1b9f8ebd2c963aa6f8d60131bc97c4;hp=5aaf797b795a9c916e106a54f42749fba7602c38;hpb=07affbd49a702e4dd9db927d9f19ffe3e3854038;p=m6w6%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index 5aaf797b..d239d264 100644 --- a/libmemcached/common.h +++ b/libmemcached/common.h @@ -105,8 +105,9 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #ifdef __cplusplus #include #include +#include #include -#include +#include #include #include #include @@ -122,7 +123,9 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include #include #include +#ifdef __cplusplus #include +#endif #include #include @@ -155,9 +158,6 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, extern "C" { #endif -LIBMEMCACHED_LOCAL -memcached_return_t memcached_connect(memcached_server_write_instance_st ptr); - LIBMEMCACHED_LOCAL memcached_return_t run_distribution(memcached_st *ptr);