Index: layer_vis.h =================================================================== --- layer_vis.h (revision 8311) +++ layer_vis.h (revision 8312) @@ -45,4 +45,10 @@ /* restores the layerstack setting */ void pcb_layervis_restore_stack(void); +/* Init config watches to keep layers in sync */ +void layer_vis_init(void); + +/* Sync layer visibility flags to config nodes */ +void layer_vis_sync(void); + #endif