diff options
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ bool text_modified(Text*); /* test whether the underlying file uses UNIX style \n or Windows style \r\n newlines */ bool text_newlines_crnl(Text*); bool text_save(Text*, const char *file); +bool text_range_save(Text*, Filerange*, const char *file); ssize_t text_write(Text*, int fd); void text_free(Text*); |
