aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-26 22:34:25 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-26 22:34:25 +0200
commit1d2e905763d2c403e54850d61044065b238e16bc (patch)
tree29ab44993df243530f8b4005d8250a812498aa16 /src/sc_parse.h
parente90d663864cb60067f90b964adc2686aba69e333 (diff)
Copy slide
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 dad797b..1260cc0 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -71,6 +71,7 @@ extern SCBlock *sc_block_split(SCBlock *bl, size_t pos);
extern void show_sc_blocks(const SCBlock *bl);
extern void show_sc_block(const SCBlock *bl, const char *prefix);
+extern char *serialise_sc_block(const SCBlock *bl);
extern void save_sc_block(FILE *fh, const SCBlock *bl);
#endif /* SC_PARSE_H */