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:
ab37159
)
Added prototype for memcached_flush_buffers
author
Trond Norbye
<trond.norbye@sun.com>
Thu, 22 Jan 2009 15:25:42 +0000
(16:25 +0100)
committer
Trond Norbye
<trond.norbye@sun.com>
Thu, 22 Jan 2009 15:25:42 +0000
(16:25 +0100)
libmemcached/memcached.h
patch
|
blob
|
history
diff --git
a/libmemcached/memcached.h
b/libmemcached/memcached.h
index b60922929eead41609d52038005436bd831afbc0..770efecf13a7ad5b33936ff7ea3ea3da23b4519f 100644
(file)
--- a/
libmemcached/memcached.h
+++ b/
libmemcached/memcached.h
@@
-136,6
+136,7
@@
void memcached_quit(memcached_st *ptr);
char *memcached_strerror(memcached_st *ptr, memcached_return rc);
memcached_return memcached_behavior_set(memcached_st *ptr, memcached_behavior flag, uint64_t data);
uint64_t memcached_behavior_get(memcached_st *ptr, memcached_behavior flag);
+memcached_return memcached_flush_buffers(memcached_st *mem);
/* Server Public functions */