progress on all fronts
[com32] / src / panic.h
index 012eecb..0785059 100644 (file)
@@ -19,5 +19,6 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #define PANIC_H_
 
 void panic(const char *fmt, ...) __attribute__((noreturn));
+void backtrace(void);
 
 #endif /* PANIC_H_ */