aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-22 22:43:54 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-22 22:45:03 +0200
commitbf21da066c16bd945f56230f726bc95e70f41bc2 (patch)
treed5f36ffa6c9d1175a6dbe4aeab6b22fd0db405b5 /src/sc_editor.h
parent044b25bb359c4b3254b947ca34a1491f5eb9f901 (diff)
Slide adding works
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 0a04f20..5e54cde 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -179,6 +179,6 @@ extern void sc_editor_set_top_frame_editable(SCEditor *e,
extern void sc_editor_set_callbacks(SCEditor *e, SCCallbackList *cbl);
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);
+extern SCBlock *split_paragraph_at_cursor(SCEditor *e);
#endif /* SC_EDITOR_H */