Fixed a typo that was causing a race condition error.
[m6w6/libmemcached] / libmemcached / dump.h
index 3b3d11df205d0a65560fdfab2db80016e9dc816d..6fcdb25764cff0052c2d6eaba5a3e6e9fa01e937 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_DUMP_H__
-#define __MEMCACHED_DUMP_H__
+#ifndef __LIBMEMCACHED_DUMP_H__
+#define __LIBMEMCACHED_DUMP_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -24,4 +24,4 @@ memcached_return_t memcached_dump(memcached_st *ptr, memcached_dump_fn *function
 }
 #endif
 
-#endif /* __MEMCACHED_DUMP_H__ */
+#endif /* __LIBMEMCACHED_DUMP_H__ */