Index: plug_io.h =================================================================== --- plug_io.h (revision 4451) +++ plug_io.h (revision 4452) @@ -147,5 +147,12 @@ pcb_io_err_inhibit--; \ } while(0) +/* generic file name template substitution callbacks for pcb_strdup_subst: + %P pid + %F load-time file name of the current pcb + %N name of the current pcb + %T wall time (Epoch) +*/ +int pcb_build_fn_cb(gds_t *s, const char **input); #endif