]> git.lyx.org Git - lyx.git/blobdiff - src/support/lassert.h
Fix bugs #6078 and #9364
[lyx.git] / src / support / lassert.h
index 5e152e05bc810e16975396ef6ae21312531e9b53..3407b774155ede7237a144bdf2503e1020fef9d0 100644 (file)
@@ -65,8 +65,10 @@ void doWarnIf(char const * expr, char const * file, long line);
 void doBufErr(char const * expr, char const * file, long line);
 void doAppErr(char const * expr, char const * file, long line);
 
+void doAssertWithCallstack(bool value);
+
 /// Print demangled callstack to stderr
-void printCallStack();
+docstring printCallStack();
 
 
 } // namespace lyx