X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=d239d264c06a67d2eb57da17c6f0aef9ebacd581;hb=0ea2cdbe818bc0fd60d0d53c481fa1fb16c4e1c7;hp=6867490c8da8c56793853f6a0828e7c95499e7ea;hpb=54b757ae099fb3db5132bd8a84b99a9a85492af1;p=m6w6%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index 6867490c..d239d264 100644 --- a/libmemcached/common.h +++ b/libmemcached/common.h @@ -105,7 +105,17 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #ifdef __cplusplus #include #include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif #include #include @@ -113,8 +123,11 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include #include #include +#ifdef __cplusplus #include +#endif #include +#include #ifdef __cplusplus #include @@ -145,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);