Adding support for libmemcached_ping().
[awesomized/libmemcached] / libmemcached / allocators.h
index c87cd2ec42486295104270b3d8445e6662483817..b525e9016cbdf16799dadf4ee6986640e553a603 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_ALLOCATORS_H__
-#define __MEMCACHED_ALLOCATORS_H__
+#ifndef __LIBMEMCACHED_ALLOCATORS_H__
+#define __LIBMEMCACHED_ALLOCATORS_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -49,9 +49,8 @@ void *_libmemcached_calloc(const memcached_st *ptr, size_t nelem, size_t size, v
 LIBMEMCACHED_LOCAL
 struct _allocators_st memcached_allocators_return_default(void);
 
-
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* __MEMCACHED_ALLOCATORS_H__ */
+#endif /* __LIBMEMCACHED_ALLOCATORS_H__ */