Move file utility function into pbd/file_utils.h and into PBD namespace
[ardour.git] / libs / pbd / pbd / boost_debug.h
index 513bf2512de1eb35feeadf7e5ddf3424d4239851..6a0e4970fdf6ac6d8a8d551ddc0cad04cc2971a7 100644 (file)
@@ -24,6 +24,7 @@
 #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);
+void boost_debug_list_ptrs ();
+void boost_debug_shared_ptr_show_live_debugging (bool yn);
 
 #endif /* __pbd_boost_debug_h__ */