diff pads2gpcb/struct.h @ 63:455a0051f9d2

pads2gpcb: PARTTYPE parsing implemented, compiles
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 07:32:08 +0000
parents c9acfeed99e6
children 2b71943a311b
line wrap: on
line diff
--- a/pads2gpcb/struct.h	Sun Jan 31 05:30:33 2016 +0000
+++ b/pads2gpcb/struct.h	Sun Jan 31 07:32:08 2016 +0000
@@ -65,7 +65,8 @@
 struct part_type {
 	char	*name;
 	int	ndecals;
-	struct	part_decals *decals[MAX_DECALS_PER_PART_TYPE];
+	struct	part_decal *decals[MAX_DECALS_PER_PART_TYPE];
+	int	num_alpha_pins;
 	char	**alpha_pins;
 	struct	part_type *next;
 };