Index: netmap.h =================================================================== --- netmap.h (revision 32278) +++ netmap.h (revision 32279) @@ -42,7 +42,7 @@ }; typedef struct pcb_netmap_s { - htpp_t o2n; /* of (pcb_lib_menu_t *); tells the net for an object */ + htpp_t o2n; /* of (pcb_net_t *); tells the net for an object */ htpp_t n2o; /* of (dyn_obj_t *); tells the object list for a net */ rnd_cardinal_t anon_cnt; pcb_board_t *pcb;