aboutsummaryrefslogtreecommitdiffstats
path: root/print_backtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'print_backtrace.c')
-rw-r--r--print_backtrace.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/print_backtrace.c b/print_backtrace.c
new file mode 100644
index 0000000..d69dafd
--- /dev/null
+++ b/print_backtrace.c
@@ -0,0 +1,11 @@
+/* See LICENSE file for copyright and license details. */
+#include "internal.h"
+
+
+WEAK void
+liberror_print_backtrace(struct liberror_error *error, FILE *fp, const char *indent)
+{
+ (void) error;
+ (void) fp;
+ (void) indent;
+}