2 * Copyright (C) 2010 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: Delete a key from the server.
12 #ifndef __MEMCACHED_DELETE_H__
13 #define __MEMCACHED_DELETE_H__
20 memcached_return_t
memcached_delete(memcached_st
*ptr
, const char *key
, size_t key_length
,
24 memcached_return_t
memcached_delete_by_key(memcached_st
*ptr
,
25 const char *master_key
, size_t master_key_length
,
26 const char *key
, size_t key_length
,
33 #endif /* __MEMCACHED_DELETE_H__ */