Update changelog information
[awesomized/libmemcached] / libmemcached / initialize_query.h
index 86c8e2d81db6ff44b15ffc271690e7afc8a5a336..943a37a3b996532801e4d030a36bf02610ec9103 100644 (file)
 
 #pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+memcached_return_t initialize_query(memcached_st *self, bool increment_query_id);
 
-LIBMEMCACHED_LOCAL
-  memcached_return_t initialize_query(memcached_st *self);
-
-LIBMEMCACHED_LOCAL
 memcached_return_t initialize_const_query(const memcached_st *self);
-
-#ifdef __cplusplus
-} // extern "C"
-#endif