]> git.deb.at Git - pkg/abook.git/blobdiff - list.h
Merged first 0.4.13pre patch
[pkg/abook.git] / list.h
diff --git a/list.h b/list.h
index f76928ee244328ea07ce008254f908329990b675..2b81cda6af49c1cd3897533a2f8378332c0a7d0b 100644 (file)
--- a/list.h
+++ b/list.h
@@ -1,6 +1,7 @@
 #ifndef _LIST_H
 #define _LIST_H
 
+#include "ui.h"
 
 void           init_list();
 void           close_list();
@@ -19,6 +20,8 @@ void          goto_end();
 void           highlight_line(WINDOW *win, int line);
 int            selected_items();
 void           invert_selection();
+int            list_current_item();
+int            list_is_empty();
 
 
 enum {