]> git.deb.at Git - pkg/abook.git/blobdiff - list.h
vformat: added abook's specific libvformat wrapper: vcard.[ch]
[pkg/abook.git] / list.h
diff --git a/list.h b/list.h
index 8f6e4a0782210c7c3f0e045db574c3c887cf34f8..0cc31137916c461bf92ef0bc4b3a2c755e0bca5c 100644 (file)
--- a/list.h
+++ b/list.h
@@ -43,11 +43,11 @@ void                list_invert_curitem_selection();
 void            move_curitem(int direction);
 void           goto_home();
 void           goto_end();
-void           highlight_line(WINDOW *win, int line);
 int            selected_items();
 void           invert_selection();
 int            list_is_empty();
 int            list_get_curitem();
+int            list_get_firstitem();
 void           list_set_curitem(int i);
 int            duplicate_item();