Merge in ability for memcapable to handle ascii/binary as flags to the
[m6w6/libmemcached] / libmemcached / flush.h
index dd2f5aefda93084609c4443101b5723262507bee..36c0759899a6d18af9cbf74a29c345459532e8ca 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_FLUSH_H__
-#define __MEMCACHED_FLUSH_H__
+#ifndef __LIBMEMCACHED_FLUSH_H__
+#define __LIBMEMCACHED_FLUSH_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -23,4 +23,4 @@ memcached_return_t memcached_flush(memcached_st *ptr, time_t expiration);
 }
 #endif
 
-#endif /* __MEMCACHED_FLUSH_H__ */
+#endif /* __LIBMEMCACHED_FLUSH_H__ */