aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-21 22:56:10 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-21 22:56:10 +0200
commit2c85156b2bc8b68502b47c250bd4902ff6449c95 (patch)
treef6f76f8bd687634708c4a85614dcf3bdca353c1c /src/sc_parse.h
parent0a87aa482db59a13a7f3ffe32f50d1392680d74a (diff)
More WIP on slide adding
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 94bab30..dad797b 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -1,7 +1,7 @@
/*
* sc_parse.h
*
- * Copyright © 2013-2015 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2016 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -66,6 +66,7 @@ extern void sc_block_set_contents(SCBlock *bl, char *con);
extern void sc_insert_text(SCBlock *b1, size_t o1, const char *t);
extern void sc_insert_block(SCBlock *b1, int o1, SCBlock *ins);
extern void sc_delete_text(SCBlock *b1, int o1, SCBlock *b2, int o2);
+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);