configure: modern c++ flags; suppress some libmemcached warnings
[awesomized/libmemcached] / libmemcached / backtrace.hpp
index 330d02c4ae3c302d48be6a4fb86f54740cd1c3be..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
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void custom_backtrace(void);
+
+#ifdef __cplusplus
+}
+#endif