3 monitor tweaks for the_CLA. shift+click to default, and new preset vals
[ardour.git] / libs / pbd / pbd / boost_debug.h
index 513bf2512de1eb35feeadf7e5ddf3424d4239851..294a3468f63a1f90bf489847e3b450569ab2d555 100644 (file)
 
 #include <ostream>
 
-void boost_debug_shared_ptr_mark_interesting (void* ptr, const char* type);
-void boost_debug_shared_ptr_show (std::ostream& str, void* ptr);
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API void boost_debug_shared_ptr_mark_interesting (void* ptr, const char* type);
+LIBPBD_API void boost_debug_list_ptrs ();
+LIBPBD_API void boost_debug_shared_ptr_show_live_debugging (bool yn);
 
 #endif /* __pbd_boost_debug_h__ */