aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 6620fce..ff750a9 100644
--- a/editor.h
+++ b/editor.h
@@ -10,7 +10,7 @@ typedef enum {
typedef Iterate (*iterator_callback_t)(void *, size_t pos, const char *content, size_t len);
-void editor_insert(Editor*, size_t pos, char *c);
+bool editor_insert(Editor*, size_t pos, char *c);
void editor_delete(Editor*, size_t start, size_t end);
bool editor_undo(Editor*);
bool editor_redo(Editor*);