More Cleanup
[awesomized/libmemcached] / libmemcached / util / pool.h
index b6325f3e6b968f948608bf5adce81fb50b075e61..f2e71a2a415c8c23020883fe4e5ed87944488c30 100644 (file)
@@ -10,8 +10,8 @@
  */
 
 
-#ifndef MEMCACHED_POOL_H
-#define MEMCACHED_POOL_H
+#ifndef __LIMEMCACHED_UTIL_POOL_H__
+#define __LIMEMCACHED_UTIL_POOL_H__
 
 #include <libmemcached/memcached.h>
 
@@ -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__ */