Update
[awesomized/libmemcached] / libtest / comparison.hpp
index 98ea1c8b68f4620ba9a91e250b8351d595c66cb1..4c80998253958d43f20c015ea275f1a9222a65a7 100644 (file)
 
 namespace libtest {
 
+LIBTEST_API
+bool gdb_is_caller(void);
+
+LIBTEST_API
+bool valgrind_is_caller(void);
+
+LIBTEST_API
 bool _in_valgrind(const char *file, int line, const char *func);
 
 template <class T_comparable, class T_hint>