X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Futil%2Fpool.h;h=f2e71a2a415c8c23020883fe4e5ed87944488c30;hb=3e49b97973fffed605aaa7a706c3ea0e23963ac2;hp=b6325f3e6b968f948608bf5adce81fb50b075e61;hpb=55b5455291498ef63c1c34976552d58708a74732;p=awesomized%2Flibmemcached diff --git a/libmemcached/util/pool.h b/libmemcached/util/pool.h index b6325f3e..f2e71a2a 100644 --- a/libmemcached/util/pool.h +++ b/libmemcached/util/pool.h @@ -10,8 +10,8 @@ */ -#ifndef MEMCACHED_POOL_H -#define MEMCACHED_POOL_H +#ifndef __LIMEMCACHED_UTIL_POOL_H__ +#define __LIMEMCACHED_UTIL_POOL_H__ #include @@ -45,7 +45,7 @@ memcached_return_t memcached_pool_behavior_get(memcached_pool_st *ptr, uint64_t *value); #ifdef __cplusplus -} +} // extern "C" #endif -#endif /* MEMCACHED_POOL_H */ +#endif /* __LIMEMCACHED_UTIL_POOL_H__ */