summaryrefslogtreecommitdiff
path: root/src/buffer_utils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_utils.hh')
-rw-r--r--src/buffer_utils.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh
index e9262c06..baf47890 100644
--- a/src/buffer_utils.hh
+++ b/src/buffer_utils.hh
@@ -30,10 +30,6 @@ CharCount get_column(const Buffer& buffer,
ByteCount get_byte_to_column(const Buffer& buffer, CharCount tabstop,
CharCoord coord);
-Buffer* create_buffer(StringView data, StringView name,
- Buffer::Flags flags, timespec fs_timestamp);
-void reload_buffer(Buffer& buffer, StringView data, timespec fs_timestamp);
-
Buffer* create_fifo_buffer(String name, int fd, bool scroll = false);
Buffer* create_file_buffer(StringView filename);
bool reload_file_buffer(Buffer& buffer);