lib_list
curr_elt = lib_list;
lib_list = *lib;
lib_list = lib->next;
static db_library lib_list;
struct lib_list *next;