summaryrefslogtreecommitdiff
path: root/libmemcached/quit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libmemcached/quit.hpp')
-rw-r--r--libmemcached/quit.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmemcached/quit.hpp b/libmemcached/quit.hpp
index 76737b95..a48a8a7e 100644
--- a/libmemcached/quit.hpp
+++ b/libmemcached/quit.hpp
@@ -36,6 +36,6 @@
#pragma once
-void memcached_quit_server(org::libmemcached::Instance* ptr, bool io_death);
+void memcached_quit_server(memcached_instance_st* ptr, bool io_death);
void send_quit(memcached_st *ptr);