]> git.deb.at Git - pkg/abook.git/blobdiff - list.h
build system: updating gnuconfig files to 2013-06-10
[pkg/abook.git] / list.h
diff --git a/list.h b/list.h
index 45b00f832dc1be61435508c75a5425e350a175b1..35befc5aa632f219662872e6743caf3c68935b12 100644 (file)
--- a/list.h
+++ b/list.h
@@ -34,6 +34,8 @@ void  get_list_field(int item, struct index_elem *e, struct list_field *res);
 void           list_headerline();
 void            scroll_up();
 void            scroll_down();
+void            scroll_list_up();
+void            scroll_list_down();
 void           page_up();
 void           page_down();
 void            select_none();
@@ -47,6 +49,7 @@ 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();