Remove exposed C++ namespace.
[awesomized/libmemcached] / libmemcached / do.hpp
index 0bd0e9b3c5717733c9766894fd3ade30d91f06ee..d2dc667147799f41fa83a78daf65671685d4fc96 100644 (file)
@@ -2,7 +2,7 @@
  * 
  *  Libmemcached library
  *
- *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *  Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/
  *  Copyright (C) 2006-2009 Brian Aker All rights reserved.
  *
  *  Redistribution and use in source and binary forms, with or without
 
 #pragma once
 
-memcached_return_t memcached_do(memcached_server_write_instance_st ptr,
-                                const void *commmand,
-                                const size_t command_length,
-                                const bool with_flush);
-
-memcached_return_t memcached_vdo(memcached_server_write_instance_st ptr,
-                                 const struct libmemcached_io_vector_st *vector,
+memcached_return_t memcached_vdo(memcached_instance_st*,
+                                 libmemcached_io_vector_st vector[],
                                  const size_t count,
                                  const bool with_flush);