aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-02-22 16:12:20 +0100
committerThomas White <taw@bitwiz.org.uk>2015-02-22 16:12:20 +0100
commit24e5163fd377e860a62595d01b187be8df1d7a7d (patch)
tree14ee72c70fc6a7c7f4ab8c243f78d1b390c6b4b2 /src/sc_editor.h
parentc12f041d4e151cf0bbbb4e2c92c4bbc45e5fa67a (diff)
WIP on slide adding
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 81e0bae..93f2313 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -162,5 +162,6 @@ extern void sc_editor_set_min_border(SCEditor *e, double min_border);
extern void sc_editor_set_top_frame_editable(SCEditor *e,
int top_frame_editable);
extern void sc_editor_set_callbacks(SCEditor *e, SCCallbackList *cbl);
+extern void insert_scblock(SCBlock *scblock, SCEditor *e);
#endif /* SC_EDITOR_H */