summaryrefslogtreecommitdiffstats
path: root/include/osmocore/backtrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/backtrace.h')
-rw-r--r--include/osmocore/backtrace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocore/backtrace.h b/include/osmocore/backtrace.h
new file mode 100644
index 00000000..bbbb2c28
--- /dev/null
+++ b/include/osmocore/backtrace.h
@@ -0,0 +1,6 @@
+#ifndef _OSMO_BACKTRACE_H_
+#define _OSMO_BACKTRACE_H_
+
+void generate_backtrace();
+
+#endif