projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ce11ec5
)
Fix conversion from macro to inline.
author
Brian Aker
<brian@gaz>
Mon, 18 Jan 2010 19:22:44 +0000
(11:22 -0800)
committer
Brian Aker
<brian@gaz>
Mon, 18 Jan 2010 19:22:44 +0000
(11:22 -0800)
libmemcached/result.h
patch
|
blob
|
history
diff --git
a/libmemcached/result.h
b/libmemcached/result.h
index c45ae202fd890a4c3317ff33429da26f138211c2..3374c5158710601c04a51a63269584b701d076d3 100644
(file)
--- 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;
}