From 3f74469068084eab48af568f477360fb24dc8bcb Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 18 Jan 2010 11:22:44 -0800 Subject: [PATCH] Fix conversion from macro to inline. --- libmemcached/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmemcached/result.h b/libmemcached/result.h index c45ae202..3374c515 100644 --- a/libmemcached/result.h +++ b/libmemcached/result.h @@ -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; } -- 2.30.2