Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 4761) +++ global_typedefs.h (revision 4762) @@ -32,7 +32,7 @@ typedef struct pcb_net_s pcb_net_t; typedef struct pcb_connection_s pcb_connection_t; typedef struct pcb_box_s pcb_box_t; -typedef struct pcb_boxlist_s BoxListType, *BoxListTypePtr; +typedef struct pcb_box_list_s pcb_box_list_t; typedef struct pcb_font_s FontType, *FontTypePtr; typedef struct pcb_line_s LineType, *LineTypePtr; typedef struct pcb_arc_s ArcType, *ArcTypePtr;