summaryrefslogtreecommitdiff
path: root/src/dged/buffer_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/buffer_view.h')
-rw-r--r--src/dged/buffer_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dged/buffer_view.h b/src/dged/buffer_view.h
index 0002b95..1c8fa6a 100644
--- a/src/dged/buffer_view.h
+++ b/src/dged/buffer_view.h
@@ -80,6 +80,7 @@ void buffer_view_clear_mark(struct buffer_view *view);
void buffer_view_set_mark_at(struct buffer_view *view, struct location mark);
struct location buffer_view_dot_to_relative(struct buffer_view *view);
+struct location buffer_view_dot_to_visual(struct buffer_view *view);
void buffer_view_undo(struct buffer_view *view);