summaryrefslogtreecommitdiffstats
path: root/src/lib/backtrace-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/backtrace-string.h')
-rw-r--r--src/lib/backtrace-string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/backtrace-string.h b/src/lib/backtrace-string.h
new file mode 100644
index 0000000..ef448d8
--- /dev/null
+++ b/src/lib/backtrace-string.h
@@ -0,0 +1,8 @@
+#ifndef BACKTRACE_STRING_H
+#define BACKTRACE_STRING_H
+
+/* Returns 0 if ok, -1 if failure. */
+int backtrace_append(string_t *str);
+int backtrace_get(const char **backtrace_r);
+
+#endif