opt_map
ypdb_close_map(struct opt_map *map)
struct opt_map *last;
struct opt_map **map_info)
struct opt_map *m = NULL;
m = (struct opt_map *) malloc(sizeof(*m));
struct opt_map *map_info = NULL;
LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */
TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */
TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */
LIST_ENTRY(opt_map) mapsl; /* map list pointers */
struct opt_map *map_info = NULL;
void ypdb_close_map(struct opt_map *);
DBM *ypdb_open_db(const char *, const char *, u_int *, struct opt_map **);