Index: util/gsch2pcb-rnd/glue.c =================================================================== --- util/gsch2pcb-rnd/glue.c (revision 7943) +++ util/gsch2pcb-rnd/glue.c (revision 7944) @@ -19,6 +19,7 @@ #include #include #include "../src/error.h" +#include "../src/event.h" #include "../src/plugins.h" #include "gsch2pcb_rnd_conf.h" @@ -69,3 +70,9 @@ printf("Plugin loaded: %s (%s)\n", name, path); return &pif; } + +void pcb_event(pcb_event_id_t ev, const char *fmt, ...) +{ + +} +