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:
cb08b8d
)
Add LIBMEMCACHED_API for exist.
author
Brian Aker
<brian@tangent.org>
Thu, 26 Apr 2012 20:25:18 +0000
(13:25 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 26 Apr 2012 20:25:18 +0000
(13:25 -0700)
libmemcached-1.0/exist.h
patch
|
blob
|
history
diff --git
a/libmemcached-1.0/exist.h
b/libmemcached-1.0/exist.h
index 816fe2f85c383095a77ef50e2d670919c619de68..5c60105a3868f42801e30c95eeb9e707f8de9d57 100644
(file)
--- a/
libmemcached-1.0/exist.h
+++ b/
libmemcached-1.0/exist.h
@@
-36,8
+36,10
@@
#pragma once
+LIBMEMCACHED_API
memcached_return_t memcached_exist(memcached_st *memc, const char *key, size_t key_length);
+LIBMEMCACHED_API
memcached_return_t memcached_exist_by_key(memcached_st *memc,
const char *group_key, size_t group_key_length,
const char *key, size_t key_length);