aboutsummaryrefslogtreecommitdiffstats
path: root/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal.c')
-rw-r--r--internal.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal.c b/internal.c
new file mode 100644
index 0000000..034a2db
--- /dev/null
+++ b/internal.c
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+#include "internal.h"
+
+
+_Thread_local struct liberror_error liberror_error_;
+_Thread_local int liberror_have_error_;