Index: util_sheet.h =================================================================== --- util_sheet.h (revision 8986) +++ util_sheet.h (revision 8987) @@ -11,3 +11,8 @@ is copied only if it returns non-zero. If chk_copy_pen is NULL, it is assumed to always return 1. */ void sch_rnd_sheet_setup(csch_sheet_t *dst, sch_rnd_sheet_setup_cfg_t cfg, int (*chk_copy_pen)(void *udata, csch_sheet_t *dst, csch_cpen_t *p), void *udata); + +/* Change DESIGN role configuration on current sheet for symbol-as-sheet + editing */ +void sch_rnd_reconf_for_symbol_as_sheet(void); +