tests: fix clients tests
[awesomized/libmemcached] / libmemcached / backtrace.hpp
index 98db320c3d6291f72ad101c6441a63ce7524156d..a83d3ea14ac145d95b87e4964a07e48919ed01b8 100644 (file)
@@ -2,7 +2,7 @@
  * 
  *  libmcachedd client library.
  *
- *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *  Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/
  *  All rights reserved.
  *
  *  Redistribution and use in source and binary forms, with or without
 
 #pragma once
 
-LIBMEMCACHED_LOCAL
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void custom_backtrace(void);
+
+#ifdef __cplusplus
+}
+#endif