[PATCH 18/18] parse.h: Add prototype for debug_init()

Tim Hentenaar <[email protected]> Sat, 4 Jul 2015 13:43:32 +0200
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <[email protected]>
Signed-off-by: Tim Hentenaar <[email protected]>
---
 src/parse.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/parse.h b/src/parse.h
index 602a981..c88acf7 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -57,4 +57,8 @@ extern void uninit_parser (void);
 extern void reset_parser (void);
 extern void reduce (void);
 
+#ifdef DEBUG
+extern void debug_init(void);
+#endif
+
 #endif /* INDENT_PARSE_H */
-- 
2.3.6