aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/todo.c')
-rw-r--r--src/todo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/todo.c b/src/todo.c
index 160e84a..a0d464f 100644
--- a/src/todo.c
+++ b/src/todo.c
@@ -123,7 +123,7 @@ void todo_flag(struct todo *t)
* Returns the position into the linked list corresponding to the
* given todo item.
*/
-static int todo_get_position(struct todo *needle)
+int todo_get_position(struct todo *needle)
{
llist_item_t *i;
int n = 0;