summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/panic.h')
-rw-r--r--src/tools/tracegen/panic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tracegen/panic.h b/src/tools/tracegen/panic.h
index c6b195af00..58e56c0116 100644
--- a/src/tools/tracegen/panic.h
+++ b/src/tools/tracegen/panic.h
@@ -41,5 +41,6 @@
#define PANIC_H
void panic(const char *fmt, ...);
+void justified_worry(const char *fmt, ...);
#endif // PANIC_H