aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.h b/text.h
index 44c9f69..98d237b 100644
--- a/text.h
+++ b/text.h
@@ -84,7 +84,7 @@ size_t text_size(Text*);
bool text_modified(Text*);
/* test whether the underlying file uses UNIX style \n or Windows style \r\n newlines */
bool text_newlines_crnl(Text*);
-int text_save(Text*, const char *file);
+bool text_save(Text*, const char *file);
ssize_t text_write(Text*, int fd);
void text_free(Text*);