Index: plugins.h =================================================================== --- plugins.h (revision 25816) +++ plugins.h (revision 25817) @@ -19,6 +19,7 @@ plugin_header("\nFeature plugins:\n") plugin_def("acompnet", "net auto-completion", sdisable, 1) plugin_def("act_draw", "action wrappers for drawing", sbuildin, 1) +plugin_def("act_read", "action wrappers for data access", sbuildin, 1) plugin_def("ar_cpcb", "autoroute with c-pcb", sbuildin, 1) plugin_def("asm", "assembly GUI", sbuildin, 1) plugin_def("autocrop", "crop board to fit objects", sbuildin, 1)