Index: plug_io.h =================================================================== --- plug_io.h (revision 21336) +++ plug_io.h (revision 21337) @@ -187,7 +187,7 @@ used for navigating the user to the problem). Desc should be a short description (must not be NULL), details should go in hint (can be NULL). Returns a report ID. */ -pcb_cardinal_t pcb_io_incompat_save(pcb_data_t *data, pcb_any_obj_t *obj, const char *desc, const char *hint); +pcb_cardinal_t pcb_io_incompat_save(pcb_data_t *data, pcb_any_obj_t *obj, const char *type, const char *title, const char *description); void pcb_io_uninit(void);