aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-22 23:26:05 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-22 23:26:05 +0200
commitb2bc55a1d24d61f3b604ebb6d60479479b97976f (patch)
tree0e33f8daf2e944103ea7690f5d4fbc94956aad70 /src/sc_parse.h
parent0818526f58cbb1927733f16fe665552194fe9228 (diff)
Merge paragraphs (needs fixing)
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 1260cc0..c9150eb 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -74,4 +74,6 @@ 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);
+extern void scblock_delete_text(SCBlock *b, size_t o1, size_t o2);
+
#endif /* SC_PARSE_H */