X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=d239d264c06a67d2eb57da17c6f0aef9ebacd581;hb=7773f76bd15be71f7d1a5579006b786584d3fe26;hp=7239ca6076e8e5f044d10cf829876788d23b089e;hpb=682c9be93c10b245db9a943459ca6fcde0918138;p=m6w6%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index 7239ca60..d239d264 100644 --- a/libmemcached/common.h +++ b/libmemcached/common.h @@ -105,9 +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 +#include #endif #include #include @@ -115,7 +123,9 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include #include #include +#ifdef __cplusplus #include +#endif #include #include @@ -148,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);