chiark / gitweb /
rationalise debugging output
[ypp-sc-tools.main.git] / pctb / ocr.h
index a03f1f508dfc5e350f589a9a458c8b138a1783e7..b77a56f8905f5269cddedc4d33de783490ece33a 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <stdarg.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 
@@ -41,4 +42,8 @@ void debug_flush(void);
 
 const char *get_vardir(void);
 
+
+/* #define DEBUG_RECTANGLES */
+/* #define DEBUG_OCR */
+
 #endif /*OCR_H*/