# include "config.h"
#endif
-static void free_item(int i);
-
-
list_item *database = NULL;
int items = 0;
#define INITIAL_LIST_CAPACITY 30
-int list_capacity = 0;
+static int list_capacity = 0;
extern int first_list_item;
extern int curitem;
extern list_item *database;
extern struct abook_field abook_fields[];
-WINDOW *list = NULL;
+static WINDOW *list = NULL;
static int
init_extra_field(enum str_opts option)
* internal variables
*/
-bool ui_initialized = FALSE;
+static bool ui_initialized = FALSE;
-bool should_resize = FALSE;
-bool can_resize = FALSE;
+static bool should_resize = FALSE;
+static bool can_resize = FALSE;
-WINDOW *top = NULL, *bottom = NULL;
+static WINDOW *top = NULL, *bottom = NULL;
static void