~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libmemcachedutil/flush.cc

  • Committer: Brian Aker
  • Date: 2011-10-05 21:43:41 UTC
  • mfrom: (929.1.285 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20111005214341-le14e1xyyyph9ymq
MergeĀ inĀ touch/etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 *
37
37
 */
38
38
 
39
 
#include <libmemcached/common.h>
40
 
#include <libmemcached/memcached_util.h>
 
39
#include <libmemcachedutil/common.h>
41
40
 
42
41
 
43
42
bool libmemcached_util_flush(const char *hostname, in_port_t port, memcached_return_t *ret)