aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal.h b/internal.h
index eb122ed..db33be9 100644
--- a/internal.h
+++ b/internal.h
@@ -29,6 +29,4 @@ struct liberror_backtrace {
HIDDEN extern _Thread_local struct liberror_error liberror_error_;
HIDDEN extern _Thread_local int liberror_have_error_;
-
-
-int liberror_save_backtrace(struct liberror_error *);
+extern _Thread_local struct liberror_backtrace *liberror_saved_backtrace;