Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 4760) +++ global_typedefs.h (revision 4761) @@ -31,7 +31,7 @@ typedef struct pcb_buffer_s pcb_buffer_t; typedef struct pcb_net_s pcb_net_t; typedef struct pcb_connection_s pcb_connection_t; -typedef struct pcb_box_s BoxType, *BoxTypePtr; +typedef struct pcb_box_s pcb_box_t; typedef struct pcb_boxlist_s BoxListType, *BoxListTypePtr; typedef struct pcb_font_s FontType, *FontTypePtr; typedef struct pcb_line_s LineType, *LineTypePtr;