aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream-printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/estream-printf.h')
-rw-r--r--src/estream-printf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/estream-printf.h b/src/estream-printf.h
index ae303a7..69c7052 100644
--- a/src/estream-printf.h
+++ b/src/estream-printf.h
@@ -124,8 +124,10 @@ typedef int (*estream_printf_out_t)
(void *outfncarg, const char *buf, size_t buflen);
int _gpgrt_estream_format (estream_printf_out_t outfnc, void *outfncarg,
+ char *(*string_filter)(const char *s,int n,void*st),
+ void *string_filter_state,
const char *format, va_list vaargs)
- _ESTREAM_GCC_A_PRINTF(3,0);
+ _ESTREAM_GCC_A_PRINTF(5,0);
int _gpgrt_estream_printf (const char *format, ...)
_ESTREAM_GCC_A_PRINTF(1,2);
int _gpgrt_estream_fprintf (FILE *fp, const char *format, ... )