summaryrefslogtreecommitdiff
path: root/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'cursor.h')
-rw-r--r--cursor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cursor.h b/cursor.h
new file mode 100644
index 00000000..46114875
--- /dev/null
+++ b/cursor.h
@@ -0,0 +1,5 @@
+struct cursor;
+struct container;
+
+struct coord * cursor_pos_get(struct cursor *this);
+struct cursor *cursor_new(struct container *co);