aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-16 19:04:33 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-19 22:53:40 +0200
commit1f305d199195d5e27e0731917399dca7de3e75cd (patch)
treea8f1c5401367134ee9877327f63e9153c1416e4d /src/sc_editor.h
parent890e5ac7b89f5cccf120d966dc488f9ddd516a3d (diff)
WIP on slide adding
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 594f344..0a04f20 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -177,8 +177,8 @@ 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);
extern void sc_editor_delete_selected_frame(SCEditor *e);
extern void sc_editor_remove_cursor(SCEditor *e);
+extern void split_paragraph_at_cursor(SCEditor *e);
#endif /* SC_EDITOR_H */