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.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh
index 591ea455..33609150 100644
--- a/src/buffer_utils.hh
+++ b/src/buffer_utils.hh
@@ -36,6 +36,8 @@ Buffer* create_buffer_from_data(StringView data, StringView name,
Buffer::Flags flags,
time_t fs_timestamp = InvalidTime);
+void write_to_debug_buffer(StringView str);
+
}
#endif // buffer_utils_hh_INCLUDED