~yshurik/libmemcached/libmemcached-win

« back to all changes in this revision

Viewing changes to libmemcached/quit.hpp

  • Committer: Continuous Integration
  • Date: 2013-04-03 13:16:24 UTC
  • mfrom: (1100.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130403131624-j59dhv5z5l0lsdld
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-250

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#pragma once
38
38
 
39
 
void memcached_quit_server(org::libmemcached::Instance* ptr, bool io_death);
 
39
void memcached_quit_server(memcached_instance_st* ptr, bool io_death);
40
40
 
41
41
void send_quit(memcached_st *ptr);