From 18a78c9713e1b33eb624f9b21d87e74f4784e91a Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 15 May 2011 15:03:24 -0300 Subject: [PATCH] Add cursor#free_cursor prototype. --- lib/cursor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cursor.h b/lib/cursor.h index 0cf5fed..ecea910 100644 --- a/lib/cursor.h +++ b/lib/cursor.h @@ -36,6 +36,7 @@ extern struct deck *deck; void allocate_cursor(struct cursor **); void initialize_cursor(struct cursor *); +void free_cursor(struct cursor *); void move_cursor(struct cursor *, enum movement); #endif