From e57c7d523224962ce2f55370b06fee94750db31c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 17 May 2024 21:03:29 +0200 Subject: split gf_io_t into gf_i_t and gf_o_t --- pith/rules.c | 3 ++- pith/state.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'pith') diff --git a/pith/rules.c b/pith/rules.c index 3ab373e2..9792ed8f 100644 --- a/pith/rules.c +++ b/pith/rules.c @@ -1365,7 +1365,8 @@ char * exec_fcn (RULEACTION_S *action, int ctxt, ENVELOPE *env) { STORE_S *output_so; - gf_io_t gc, pc; + gf_i_t gc; + gf_o_t pc; char *status, *rv, *cmd, *test; if(!(action->context & ctxt)) diff --git a/pith/state.h b/pith/state.h index 40e6dfd0..188f3922 100644 --- a/pith/state.h +++ b/pith/state.h @@ -367,7 +367,7 @@ struct pine { struct { char *(*display_filter)(char *, STORE_S *, gf_o_t, FILTLIST_S *); char *(*display_filter_trigger)(BODY *, char *, size_t); - char *(*exec_rule)(char *, gf_io_t, gf_io_t); + char *(*exec_rule)(char *, gf_i_t, gf_o_t); } tools; KEYWORD_S *keywords; -- cgit v1.2.3-54-g00ecf