aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-13 22:18:32 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-13 22:18:32 +0100
commitcc3e2244796a54a394d534e19149bc53fe2b3b71 (patch)
tree8ab75dd9b2ef525432dd3a2be2154bde26135980 /src/sc_parse.h
parent0f030d0268fc72d6a52ea221e876ff0386ebb226 (diff)
Debugging improvements
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 7640970..fd3e221 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -40,5 +40,6 @@ extern const char *sc_block_options(const SCBlock *bl);
extern const char *sc_block_contents(const SCBlock *bl);
extern void show_sc_blocks(const SCBlock *bl);
+extern void show_sc_block(const SCBlock *bl, const char *prefix);
#endif /* SC_PARSE_H */