From 640d8845bffdf13007a10929ad0f18375a9a2473 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 5 Feb 2013 00:59:30 -0700 Subject: * Add color options for folders and index screen. * Add silent token to display filter * Add option to preserve To: and Cc: fields on replies. --- pith/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/filter.h') diff --git a/pith/filter.h b/pith/filter.h index 07cfbd7a..9916803d 100644 --- a/pith/filter.h +++ b/pith/filter.h @@ -176,7 +176,7 @@ void gf_set_terminal(gf_io_t); char *gf_pipe(gf_io_t, gf_io_t); long gf_bytes_piped(void); char *gf_filter(char *, char *, STORE_S *, gf_io_t, FILTLIST_S *, int, - void (*)(PIPE_S *, int, void *)); + int, void (*)(PIPE_S *, int, void *)); void gf_binary_b64(FILTER_S *, int); void gf_b64_binary(FILTER_S *, int); void gf_qp_8bit(FILTER_S *, int); -- cgit v1.2.3-54-g00ecf