Lion fixes, distcheck fix:
[m6w6/libmemcached] / libmemcached / result.h
index 5947cb859575e39e4fee708bc39cacef8f457fa7..41608b5b8f89e081893f031c29d2a9f4f76adc09 100644 (file)
@@ -36,8 +36,6 @@
  */
 
 #pragma once
-#ifndef __LIBMEMCACHED_RESULT_H__
-#define __LIBMEMCACHED_RESULT_H__
 
 struct memcached_result_st {
   uint32_t item_flags;
@@ -46,6 +44,7 @@ struct memcached_result_st {
   uint64_t item_cas;
   memcached_st *root;
   memcached_string_st value;
+  uint64_t count;
   char item_key[MEMCACHED_MAX_KEY];
   struct {
     bool is_allocated:1;
@@ -99,6 +98,3 @@ void memcached_result_set_expiration(memcached_result_st *self, time_t expiratio
 #ifdef __cplusplus
 } // extern "C"
 #endif
-
-
-#endif /* __LIBMEMCACHED_RESULT_H__ */