Fix conversion from macro to inline.
authorBrian Aker <brian@gaz>
Mon, 18 Jan 2010 19:22:44 +0000 (11:22 -0800)
committerBrian Aker <brian@gaz>
Mon, 18 Jan 2010 19:22:44 +0000 (11:22 -0800)
libmemcached/result.h

index c45ae202fd890a4c3317ff33429da26f138211c2..3374c5158710601c04a51a63269584b701d076d3 100644 (file)
@@ -82,7 +82,7 @@ static inline void memcached_result_set_flags(memcached_result_st *self, uint32_
   self->flags= flags;
 }
 
-static inline void memcached_result_set_expiration(memcached_result_st *self, uint32_t expiration)
+static inline void memcached_result_set_expiration(memcached_result_st *self, time_t expiration)
 {
   self->expiration= expiration;
 }