summaryrefslogtreecommitdiff
path: root/src/dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbg.c')
-rw-r--r--src/dbg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbg.c b/src/dbg.c
index 15ecbf4..c580ea9 100644
--- a/src/dbg.c
+++ b/src/dbg.c
@@ -1,5 +1,8 @@
#include <tinyff/dbg.h>
+FILE *intff_debug_stream = NULL;
+ff_flag intff_debug_enabled = 0;
+
ff_result ff_set_debug_stream(FILE *stream)
{
intff_debug_stream = stream;