X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Futil%2Fpool.h;h=f2e71a2a415c8c23020883fe4e5ed87944488c30;hb=a468641b355470d81f358daf274b5853093cf99d;hp=b6325f3e6b968f948608bf5adce81fb50b075e61;hpb=ebe4a05e9b023d7ef5b26ee98318a11582264efd;p=m6w6%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__ */