diff options
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r-- | src/sc_parse.h | 2 |
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 */ |