Index: trunk/util/gsch2pcb-rnd/glue.c =================================================================== --- trunk/util/gsch2pcb-rnd/glue.c (revision 27078) +++ trunk/util/gsch2pcb-rnd/glue.c (revision 27079) @@ -25,6 +25,7 @@ #include "../src/hid.h" #include "../src/hidlib_conf.h" #include "gsch2pcb_rnd_conf.h" +#include /* glue for pcb-rnd core */ @@ -92,4 +93,20 @@ return 0; } +fgw_ctx_t pcb_fgw; +const pcb_action_t *pcb_find_action(const char *name, fgw_func_t **f_out) +{ + return NULL; +} + +int pcb_actionl(const char *action_, ...) +{ + return -1; +} + +char *pcb_make_action_name(char *out, const char *inp, int inp_len) +{ + return inp; +} +