Index: plug_io.h =================================================================== --- plug_io.h (revision 4609) +++ plug_io.h (revision 4610) @@ -157,26 +157,4 @@ } pcb_find_io_t; int pcb_find_io(pcb_find_io_t *available, int avail_len, plug_iot_t typ, int is_wr, const char *fmt); - -/* generic file name template substitution callbacks for pcb_strdup_subst: - %P pid - %F load-time file name of the current pcb - %B basename (load-time file name of the current pcb without path) - %D dirname (load-time file path of the current pcb, without file name, with trailing slash, might be ./) - %N name of the current pcb - %T wall time (Epoch) -*/ -int pcb_build_fn_cb(void *ctx, gds_t *s, const char **input); - - -/* Same as above, but also replaces lower case formatting to the members of - the array if they are not NULL; use with pcb_build_argfn() */ -typedef struct { - const char *params['z' - 'a' + 1]; /* [0] for 'a' */ -} pcb_build_argfn_t; - -char *pcb_build_argfn(const char *template, pcb_build_argfn_t *arg); - -int pcb_build_argfn_cb(void *ctx, gds_t *s, const char **input); - #endif