Index: plug_io.h =================================================================== --- plug_io.h (revision 4753) +++ plug_io.h (revision 4754) @@ -59,7 +59,7 @@ Conf subtree at settings_dest is replaced by settings loaded from the file unless it's CFR_invalid. Return 0 on success. */ - int (*parse_pcb)(plug_io_t *ctx, PCBTypePtr Ptr, const char *Filename, conf_role_t settings_dest); + int (*parse_pcb)(plug_io_t *ctx, pcb_board_t *Ptr, const char *Filename, conf_role_t settings_dest); /* Attempt to load an element from Filename to Ptr. Return 0 on success. */ int (*parse_element)(plug_io_t *ctx, DataTypePtr Ptr, const char *name); @@ -91,7 +91,7 @@ /********** hook wrappers **********/ -int ParsePCB(PCBTypePtr Ptr, const char *Filename, const char *fmt, int load_settings); +int ParsePCB(pcb_board_t *Ptr, const char *Filename, const char *fmt, int load_settings); int ParseElement(DataTypePtr Ptr, const char *name); int ParseFont(FontTypePtr Ptr, char *Filename); int WriteBuffer(FILE *f, BufferType *buff, const char *fmt);