]> git.deb.at Git - pkg/abook.git/blobdiff - database.c
- declare more variables as static
[pkg/abook.git] / database.c
index e8a4fa390f168185920dfaac61a205e209108a56..aecdf8271982151bbd926774d7a6e47e78afe01e 100644 (file)
 #      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;