Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 4774) +++ global_typedefs.h (revision 4775) @@ -40,8 +40,8 @@ typedef struct pcb_rat_line_s pcb_rat_t; typedef struct pcb_polygon_s pcb_polygon_t; -typedef struct pad_st pcb_pad_t; -typedef struct pin_st pcb_pin_t; +typedef struct pcb_pad_s pcb_pad_t; +typedef struct pcb_pin_s pcb_pin_t; typedef struct pcb_rtree_s pcb_rtree_t; typedef struct pcb_ratspatch_line_s pcb_ratspatch_line_t; typedef struct pcb_element_s pcb_element_t;