Remove exposed C++ namespace.
[awesomized/libmemcached] / tests / print.h
index efd148f68fc6982b51889e0f67217efb4214c568..f5fcf89923664d44d23306a5570df79ca26d523a 100644 (file)
@@ -1,6 +1,6 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
  * 
- *  Gearmand client and server library.
+ *  Libmemcached client and server library.
  *
  *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
  *  All rights reserved.
 
 #pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-LIBTEST_INTERNAL_API
 memcached_return_t server_print_callback(const memcached_st *ptr,
-                                         const memcached_server_st *server,
+                                         const memcached_instance_st *server,
                                          void *context);
 
-#ifdef __cplusplus
-}
-#endif
+memcached_return_t server_print_version_callback(const memcached_st *ptr,
+                                                 const memcached_server_st *server,
+                                                 void *context);
+
+const char * print_version(memcached_st *memc);