Index: conf_act.c =================================================================== --- conf_act.c (revision 24253) +++ conf_act.c (revision 24254) @@ -234,7 +234,7 @@ /*------------ get/chk (check flag actions for menus) ------------------*/ static const char pcb_acts_GetStyle[] = "GetStyle()" ; static const char pcb_acth_GetStyle[] = "Return integer index (>=0) of the currently active style or -1 if no style is selected (== custom style)"; -static fgw_error_t pcb_act_GetStyle(fgw_arg_t *res, int argc, fgw_arg_t *argv) +fgw_error_t pcb_act_GetStyle(fgw_arg_t *res, int argc, fgw_arg_t *argv) { PCB_ACT_IRES(pcb_route_style_lookup(&PCB->RouteStyle, conf_core.design.line_thickness, conf_core.design.via_thickness, conf_core.design.via_drilling_hole, conf_core.design.clearance, NULL)); return 0;