From 8de7399360e64d292198251da8fc8ae2ffbb7a7d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 14 Feb 2013 11:09:53 +0100 Subject: Mark todo_get_position() public This is needed in "ui-todo.c" now. Signed-off-by: Lukas Fleischer --- src/todo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/todo.c') 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; -- cgit v1.2.3-54-g00ecf