X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=d239d264c06a67d2eb57da17c6f0aef9ebacd581;hb=e62187d9544abeffaa8552742da6c154fb77cf7c;hp=477351954e9cae5de2619ac92bd17b7d3f7ee5e2;hpb=274778ed13cb7c38995dc1491d437b27db6339fb;p=awesomized%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index 47735195..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,7 +123,9 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include #include #include +#ifdef __cplusplus #include +#endif #include #include @@ -146,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);