First push of example C++ interface.
[awesomized/libmemcached] / tests / test.h
index 4e695d26ca468ca637f596155b0de1571ef0613b..8bc4d7a9ab1e329d1650bb720e389dbea4759ff1 100644 (file)
@@ -1,6 +1,10 @@
 /*
   Structures for generic tests.
 */
+#ifdef __cplusplus
+extern "C" {
+
+#endif
 #include <memcached.h>
 #include "../lib/common.h"
 
@@ -22,3 +26,7 @@ struct collection_st {
 
 /* How we make all of this work :) */
 collection_st *gets_collections(void);
+
+#ifdef __cplusplus
+}
+#endif