diff th_string.h @ 529:c44ebf5b08fd

Improve printf debugging in tests.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Dec 2019 09:55:37 +0200
parents 59b8f15c5334
children edfe8ac12408
line wrap: on
line diff
--- a/th_string.h	Sat Dec 28 09:54:57 2019 +0200
+++ b/th_string.h	Sat Dec 28 09:55:37 2019 +0200
@@ -151,6 +151,7 @@
 
 #ifdef TH_PRINTF_DEBUG
 extern BOOL th_printf_debug;
+extern char *th_printf_debug_prefix;
 #endif