From 9da490af05b2aac772f0bdbb934dd313c1271749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 13 Sep 2014 22:35:26 +0200 Subject: Rename text_insert_raw to text_insert --- text.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'text.h') diff --git a/text.h b/text.h index f8b66ee..2343085 100644 --- a/text.h +++ b/text.h @@ -33,8 +33,7 @@ Text *text_load(const char *file); const char *text_filename_get(Text*); /* associate a filename with the yet unnamed buffer */ void text_filename_set(Text*, const char *filename); -bool text_insert(Text*, size_t pos, const char *data); -bool text_insert_raw(Text*, size_t pos, const char *data, size_t len); +bool text_insert(Text*, size_t pos, const char *data, size_t len); bool text_delete(Text*, size_t pos, size_t len); void text_snapshot(Text*); /* undo/redos to the last snapshoted state. returns the position where -- cgit v1.2.3