Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 4759) +++ global_typedefs.h (revision 4760) @@ -30,7 +30,7 @@ typedef struct pcb_layer_s pcb_layer_t; typedef struct pcb_buffer_s pcb_buffer_t; typedef struct pcb_net_s pcb_net_t; -typedef struct pcb_connection_s ConnectionType, *ConnectionTypePtr; +typedef struct pcb_connection_s pcb_connection_t; typedef struct pcb_box_s BoxType, *BoxTypePtr; typedef struct pcb_boxlist_s BoxListType, *BoxListTypePtr; typedef struct pcb_font_s FontType, *FontTypePtr;